Vanilla Usage Components
This documentation is stripped from the vanilla files using an automated script.`
minecraft:addrider
cave_spider
Copy
"minecraft:addrider": {
"entity_type": "minecraft:skeleton"
}
1
2
3
2
3
Copy
"minecraft:addrider": {
"entity_type": "minecraft:skeleton.stray"
}
1
2
3
2
3
Copy
"minecraft:addrider": {
"entity_type": "minecraft:skeleton.wither"
}
1
2
3
2
3
ravager
Copy
"minecraft:addrider": {
"entity_type": "minecraft:pillager"
}
1
2
3
2
3
Copy
"minecraft:addrider": {
"entity_type": "minecraft:pillager",
"spawn_event": "minecraft:spawn_for_raid"
}
1
2
3
4
2
3
4
Copy
"minecraft:addrider": {
"entity_type": "minecraft:evocation_illager",
"spawn_event": "minecraft:spawn_for_raid"
}
1
2
3
4
2
3
4
Copy
"minecraft:addrider": {
"entity_type": "minecraft:pillager",
"spawn_event": "minecraft:spawn_as_illager_captain"
}
1
2
3
4
2
3
4
Copy
"minecraft:addrider": {
"entity_type": "minecraft:vindicator"
}
1
2
3
2
3
Copy
"minecraft:addrider": {
"entity_type": "minecraft:vindicator",
"spawn_event": "minecraft:spawn_as_illager_captain"
}
1
2
3
4
2
3
4
spider
Copy
"minecraft:addrider": {
"entity_type": "minecraft:skeleton"
}
1
2
3
2
3
Copy
"minecraft:addrider": {
"entity_type": "minecraft:skeleton.stray"
}
1
2
3
2
3
Copy
"minecraft:addrider": {
"entity_type": "minecraft:skeleton.wither"
}
1
2
3
2
3
strider
Copy
"minecraft:addrider": {
"entity_type": "minecraft:zombie_pigman",
"spawn_event": "minecraft:spawn_as_strider_jockey"
}
1
2
3
4
2
3
4
Copy
"minecraft:addrider": {
"entity_type": "minecraft:strider",
"spawn_event": "spawn_baby"
}
1
2
3
4
2
3
4
minecraft:admire_item
piglin
Copy
"minecraft:admire_item": {
"duration": 8,
"cooldown_after_being_attacked": 20
}
1
2
3
4
2
3
4
minecraft:ageable
axolotl
Copy
"minecraft:ageable": {
"duration": 1200,
"feed_items": "tropical_fish_bucket",
"transform_to_item": "water_bucket:0",
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
bee
Copy
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"minecraft:red_flower",
"minecraft:yellow_flower",
"minecraft:wither_rose",
"minecraft:double_plant:0",
"minecraft:double_plant:1",
"minecraft:double_plant:4",
"minecraft:double_plant:5",
"minecraft:flowering_azalea",
"minecraft:azalea_leaves_flowered"
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
cat
Copy
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"fish",
"salmon"
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
chicken
Copy
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"wheat_seeds",
"beetroot_seeds",
"melon_seeds",
"pumpkin_seeds"
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
cow
Copy
"minecraft:ageable": {
"duration": 1200,
"feed_items": "wheat",
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
dolphin
Copy
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"fish",
"salmon"
],
"grow_up": {
"event": "ageable_grow_up",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
donkey
Copy
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
{
"item": "wheat",
"growth": 0.016667
},
{
"item": "sugar",
"growth": 0.025
},
{
"item": "hay_block",
"growth": 0.15
},
{
"item": "apple",
"growth": 0.05
},
{
"item": "golden_carrot",
"growth": 0.05
},
{
"item": "golden_apple",
"growth": 0.2
},
{
"item": "appleEnchanted",
"growth": 0.2
}
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
fox
Copy
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"sweet_berries",
"glow_berries"
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
goat
Copy
"minecraft:ageable": {
"duration": 1200,
"feed_items": "wheat",
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
hoglin
Copy
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"crimson_fungus"
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
horse
Copy
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
{
"item": "wheat",
"growth": 0.016667
},
{
"item": "sugar",
"growth": 0.025
},
{
"item": "hay_block",
"growth": 0.15
},
{
"item": "apple",
"growth": 0.05
},
{
"item": "golden_carrot",
"growth": 0.05
},
{
"item": "golden_apple",
"growth": 0.2
},
{
"item": "appleEnchanted",
"growth": 0.2
}
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
llama
Copy
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
{
"item": "wheat",
"growth": 0.1
},
{
"item": "hay_block",
"growth": 0.9
}
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mooshroom
Copy
"minecraft:ageable": {
"duration": 1200,
"feed_items": "wheat",
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
mule
Copy
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
{
"item": "wheat",
"growth": 0.016667
},
{
"item": "sugar",
"growth": 0.025
},
{
"item": "hay_block",
"growth": 0.15
},
{
"item": "apple",
"growth": 0.05
},
{
"item": "golden_carrot",
"growth": 0.05
},
{
"item": "golden_apple",
"growth": 0.2
},
{
"item": "appleEnchanted",
"growth": 0.2
}
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
ocelot
Copy
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"fish",
"salmon"
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
panda
Copy
"minecraft:ageable": {
"duration": 1200,
"feed_items": "bamboo",
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
pig
Copy
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"carrot",
"beetroot",
"potato"
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
polar_bear
Copy
"minecraft:ageable": {
"duration": 1200,
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
rabbit
Copy
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"golden_carrot",
"carrot",
"yellow_flower"
],
"grow_up": {
"event": "grow_up",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
sheep
Copy
"minecraft:ageable": {
"duration": 1200,
"feed_items": "wheat",
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
skeleton_horse
Copy
"minecraft:ageable": {
"duration": 1200,
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
strider
Copy
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"warped_fungus"
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
turtle
Copy
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"seagrass"
],
"drop_items": [
"turtle_shell_piece"
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
villager
Copy
"minecraft:ageable": {
"duration": 1200,
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
villager_v2
Copy
"minecraft:ageable": {
"duration": 1200,
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
wolf
Copy
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"chicken",
"cooked_chicken",
"beef",
"cooked_beef",
"muttonRaw",
"muttonCooked",
"porkchop",
"cooked_porkchop",
"rabbit",
"cooked_rabbit",
"rotten_flesh"
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
zombie_horse
Copy
"minecraft:ageable": {
"duration": 1200,
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
minecraft:ambient_sound_interval
bee
Copy
"minecraft:ambient_sound_interval": {
"event_name": "ambient.pollinate",
"range": 3.0,
"value": 2.0
}
1
2
3
4
5
2
3
4
5
Copy
"minecraft:ambient_sound_interval": {
"event_name": "ambient",
"range": 0.0,
"value": 0.0
}
1
2
3
4
5
2
3
4
5
evocation_illager
Copy
"minecraft:ambient_sound_interval": {
"value": 2.0,
"range": 4.0,
"event_name": "ambient.in.raid"
}
1
2
3
4
5
2
3
4
5
fox
Copy
"minecraft:ambient_sound_interval": {
"event_name": "ambient"
}
1
2
3
2
3
Copy
"minecraft:ambient_sound_interval": {
"event_name": "sleep"
}
1
2
3
2
3
Copy
"minecraft:ambient_sound_interval": {
"event_name": "screech",
"value": 80,
"range": 160
}
1
2
3
4
5
2
3
4
5
pillager
Copy
"minecraft:ambient_sound_interval": {
"value": 2.0,
"range": 4.0,
"event_name": "ambient.in.raid"
}
1
2
3
4
5
2
3
4
5
ravager
Copy
"minecraft:ambient_sound_interval": {
"value": 4.0,
"range": 8.0,
"event_name": "ambient.in.raid"
}
1
2
3
4
5
2
3
4
5
vindicator
Copy
"minecraft:ambient_sound_interval": {
"value": 2.0,
"range": 4.0,
"event_name": "ambient.in.raid"
}
1
2
3
4
5
2
3
4
5
witch
Copy
"minecraft:ambient_sound_interval": {
"value": 2.0,
"range": 4.0,
"event_name": "ambient.in.raid"
}
1
2
3
4
5
2
3
4
5
minecraft:angry
bee
Copy
"minecraft:angry": {
"duration": 25,
"broadcastAnger": true,
"broadcastRange": 20,
"broadcast_filters": {
"test": "is_family",
"operator": "!=",
"value": "pacified"
},
"calm_event": {
"event": "calmed_down",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
cave_spider
Copy
"minecraft:angry": {
"duration": 10,
"duration_delta": 3,
"calm_event": {
"event": "minecraft:on_calm",
"target": "self"
}
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
dolphin
Copy
"minecraft:angry": {
"duration": 25,
"broadcast_anger": true,
"broadcast_range": 16,
"calm_event": {
"event": "on_calm",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
enderman
Copy
"minecraft:angry": {
"duration": 25,
"calm_event": {
"event": "minecraft:on_calm",
"target": "self"
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
hoglin
Copy
"minecraft:angry": {
"duration": 10,
"broadcast_anger": true,
"broadcast_range": 16,
"calm_event": {
"event": "become_calm_event",
"target": "self"
},
"angry_sound": "angry",
"sound_interval": {
"range_min": 2.0,
"range_max": 5.0
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
llama
Copy
"minecraft:angry": {
"duration": 4,
"broadcast_anger": false,
"calm_event": {
"event": "minecraft:on_calm",
"target": "self"
}
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:angry": {
"duration": -1,
"broadcast_anger": false,
"calm_event": {
"event": "minecraft:on_calm",
"target": "self"
}
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:angry": {
"duration": 10,
"calm_event": {
"event": "minecraft:on_calm",
"target": "self"
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
panda
Copy
"minecraft:angry": {
"duration": 500,
"broadcast_anger": true,
"broadcast_range": 41,
"broadcast_filters": {
"test": "is_family",
"operator": "==",
"value": "panda_aggressive"
},
"calm_event": {
"event": "minecraft:on_calm",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
Copy
"minecraft:angry": {
"duration": 1,
"broadcast_anger": true,
"broadcast_range": 41,
"broadcast_filters": {
"test": "is_family",
"operator": "==",
"value": "panda_aggressive"
},
"calm_event": {
"event": "minecraft:baby_on_calm",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
piglin
Copy
"minecraft:angry": {
"duration": 30,
"broadcast_anger": true,
"broadcast_anger_on_attack": true,
"broadcast_anger_on_being_attacked": true,
"broadcast_range": 16,
"broadcast_targets": [
"piglin"
],
"calm_event": {
"event": "become_calm_event",
"target": "self"
},
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"operator": "!=",
"value": "piglin"
},
{
"test": "has_component",
"subject": "self",
"operator": "!=",
"value": "minecraft:attack_cooldown"
}
]
},
"angry_sound": "angry",
"sound_interval": {
"range_min": 2.0,
"range_max": 5.0
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
piglin_brute
Copy
"minecraft:angry": {
"duration": 30,
"broadcast_anger": false,
"broadcast_anger_on_attack": false,
"broadcast_anger_on_being_attacked": true,
"broadcast_range": 16,
"broadcast_targets": [
"piglin"
],
"calm_event": {
"event": "become_calm_event",
"target": "self"
},
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"operator": "!=",
"value": "piglin"
}
]
},
"angry_sound": "angry",
"sound_interval": {
"range_min": 2.0,
"range_max": 5.0
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
polar_bear
Copy
"minecraft:angry": {
"duration": 1,
"broadcast_anger": true,
"broadcast_range": 41,
"calm_event": {
"event": "minecraft:baby_on_calm",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
Copy
"minecraft:angry": {
"duration": 500,
"broadcast_anger": false,
"broadcast_range": 20,
"calm_event": {
"event": "minecraft:on_calm",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
silverfish
Copy
"minecraft:angry": {
"duration": -1,
"broadcast_anger": true,
"broadcast_range": 20,
"calm_event": {
"event": "minecraft:on_calm",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
spider
Copy
"minecraft:angry": {
"duration": 10,
"duration_delta": 3,
"calm_event": {
"event": "minecraft:become_calm",
"target": "self"
}
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
vindicator
Copy
"minecraft:angry": {
"duration": -1,
"broadcast_anger": false,
"calm_event": {
"event": "minecraft:stop_aggro",
"target": "self"
}
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
wandering_trader
Copy
"minecraft:angry": {
"duration": 5,
"broadcastAnger": true,
"broadcastRange": 10,
"broadcast_targets": [
"llama"
],
"broadcast_filters": {
"test": "is_leashed_to",
"subject": "other",
"value": true
},
"calm_event": {
"event": "minecraft:become_calm",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
wolf
Copy
"minecraft:angry": {
"duration": 25,
"broadcast_anger": true,
"broadcast_range": 20,
"calm_event": {
"event": "minecraft:on_calm",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
zombie_pigman
Copy
"minecraft:angry": {
"duration": 25,
"broadcast_anger": true,
"broadcast_range": 20,
"calm_event": {
"event": "minecraft:on_calm",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
minecraft:annotation.break_door
drowned
Copy
"minecraft:annotation.break_door": {}
1
husk
Copy
"minecraft:annotation.break_door": {}
1
vindicator
Copy
"minecraft:annotation.break_door": {
"break_time": 30,
"min_difficulty": "normal"
}
1
2
3
4
2
3
4
zombie
Copy
"minecraft:annotation.break_door": {}
1
zombie_villager
Copy
"minecraft:annotation.break_door": {}
1
zombie_villager_v2
Copy
"minecraft:annotation.break_door": {}
1
minecraft:annotation.open_door
piglin
Copy
"minecraft:annotation.open_door": {}
1
piglin_brute
Copy
"minecraft:annotation.open_door": {}
1
villager
Copy
"minecraft:annotation.open_door": {}
1
villager_v2
Copy
"minecraft:annotation.open_door": {}
1
minecraft:area_attack
pufferfish
Copy
"minecraft:area_attack": {
"damage_range": 0.2,
"damage_per_tick": 2,
"cause": "contact",
"entity_filter": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "monster"
}
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
minecraft:attack
axolotl
Copy
"minecraft:attack": {
"damage": 2
}
1
2
3
2
3
bee
Copy
"minecraft:attack": {
"damage": 2
}
1
2
3
2
3
Copy
"minecraft:attack": {
"damage": 2,
"effect_name": "poison",
"effect_duration": 10
}
1
2
3
4
5
2
3
4
5
Copy
"minecraft:attack": {
"damage": 2,
"effect_name": "poison",
"effect_duration": 18
}
1
2
3
4
5
2
3
4
5
blaze
Copy
"minecraft:attack": {
"damage": 6
}
1
2
3
2
3
cave_spider
Copy
"minecraft:attack": {
"damage": 2,
"effect_name": "poison",
"effect_duration": 0
}
1
2
3
4
5
2
3
4
5
Copy
"minecraft:attack": {
"damage": 2,
"effect_name": "poison",
"effect_duration": 7
}
1
2
3
4
5
2
3
4
5
Copy
"minecraft:attack": {
"damage": 2,
"effect_name": "poison",
"effect_duration": 15
}
1
2
3
4
5
2
3
4
5
creeper
Copy
"minecraft:attack": {
"damage": 3
}
1
2
3
2
3
dolphin
Copy
"minecraft:attack": {
"damage": 3
}
1
2
3
2
3
drowned
Copy
"minecraft:attack": {
"damage": 3
}
1
2
3
2
3
elder_guardian
Copy
"minecraft:attack": {
"damage": 5
}
1
2
3
2
3
enderman
Copy
"minecraft:attack": {
"damage": 7
}
1
2
3
2
3
endermite
Copy
"minecraft:attack": {
"damage": 2
}
1
2
3
2
3
ender_dragon
Copy
"minecraft:attack": {
"damage": 3
}
1
2
3
2
3
fox
Copy
"minecraft:attack": {
"damage": 2
}
1
2
3
2
3
goat
Copy
"minecraft:attack": {
"damage": 1
}
1
2
3
2
3
Copy
"minecraft:attack": {
"damage": 2
}
1
2
3
2
3
guardian
Copy
"minecraft:attack": {
"damage": 5
}
1
2
3
2
3
hoglin
Copy
"minecraft:attack": {
"damage": 1.0
}
1
2
3
2
3
Copy
"minecraft:attack": {
"damage": [
3,
9
]
}
1
2
3
4
5
6
2
3
4
5
6
husk
Copy
"minecraft:attack": {
"damage": 3,
"effect_name": "hunger",
"effect_duration": 30
}
1
2
3
4
5
2
3
4
5
iron_golem
Copy
"minecraft:attack": {
"damage": {
"range_min": 7,
"range_max": 21
}
}
1
2
3
4
5
6
2
3
4
5
6
magma_cube
Copy
"minecraft:attack": {
"damage": 6
}
1
2
3
2
3
Copy
"minecraft:attack": {
"damage": 4
}
1
2
3
2
3
Copy
"minecraft:attack": {
"damage": 2
}
1
2
3
2
3
panda
Copy
"minecraft:attack": {
"damage": 2.0
}
1
2
3
2
3
Copy
"minecraft:attack": {
"damage": 6.0
}
1
2
3
2
3
phantom
Copy
"minecraft:attack": {
"damage": 6
}
1
2
3
2
3
piglin
Copy
"minecraft:attack": {
"damage": 5
}
1
2
3
2
3
piglin_brute
Copy
"minecraft:attack": {
"damage": 7
}
1
2
3
2
3
pillager
Copy
"minecraft:attack": {
"damage": 3
}
1
2
3
2
3
player
Copy
"minecraft:attack": {
"damage": 1
}
1
2
3
2
3
polar_bear
Copy
"minecraft:attack": {
"damage": 6.0
}
1
2
3
2
3
ravager
Copy
"minecraft:attack": {
"damage": 12.0
}
1
2
3
2
3
silverfish
Copy
"minecraft:attack": {
"damage": 1
}
1
2
3
2
3
skeleton
Copy
"minecraft:attack": {
"damage": 3
}
1
2
3
2
3
slime
Copy
"minecraft:attack": {
"damage": 4
}
1
2
3
2
3
Copy
"minecraft:attack": {
"damage": 2
}
1
2
3
2
3
Copy
"minecraft:attack": {
"damage": 0
}
1
2
3
2
3
snow_golem
Copy
"minecraft:attack": {
"damage": 2
}
1
2
3
2
3
spider
Copy
"minecraft:attack": {
"damage": 3
}
1
2
3
2
3
stray
Copy
"minecraft:attack": {
"damage": 3,
"effect_name": "slowness",
"effect_duration": 10
}
1
2
3
4
5
2
3
4
5
vex
Copy
"minecraft:attack": {
"damage": 3
}
1
2
3
2
3
vindicator
Copy
"minecraft:attack": {
"damage": 8
}
1
2
3
2
3
wither_skeleton
Copy
"minecraft:attack": {
"damage": 4,
"effect_name": "wither",
"effect_duration": 10
}
1
2
3
4
5
2
3
4
5
wolf
Copy
"minecraft:attack": {
"damage": 3
}
1
2
3
2
3
Copy
"minecraft:attack": {
"damage": 4
}
1
2
3
2
3
zoglin
Copy
"minecraft:attack": {
"damage": 1
}
1
2
3
2
3
Copy
"minecraft:attack": {
"damage": [
3,
8
]
}
1
2
3
4
5
6
2
3
4
5
6
zombie
Copy
"minecraft:attack": {
"damage": 3
}
1
2
3
2
3
zombie_pigman
Copy
"minecraft:attack": {
"damage": 5
}
1
2
3
2
3
zombie_villager
Copy
"minecraft:attack": {
"damage": 3
}
1
2
3
2
3
zombie_villager_v2
Copy
"minecraft:attack": {
"damage": 3
}
1
2
3
2
3
minecraft:attack_cooldown
axolotl
Copy
"minecraft:attack_cooldown": {
"attack_cooldown_time": 120.0,
"attack_cooldown_complete_event": {
"event": "attack_cooldown_complete_event",
"target": "self"
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
goat
Copy
"minecraft:attack_cooldown": {
"attack_cooldown_time": [
30,
40
],
"attack_cooldown_complete_event": {
"event": "attack_cooldown_complete_event",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
hoglin
Copy
"minecraft:attack_cooldown": {
"attack_cooldown_time": [
10.0,
15.0
],
"attack_cooldown_complete_event": {
"event": "attack_cooldown_complete_event",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
piglin
Copy
"minecraft:attack_cooldown": {
"attack_cooldown_time": [
30.0,
120.0
],
"attack_cooldown_complete_event": {
"event": "attack_cooldown_complete_event",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
minecraft:attack_damage
cat
Copy
"minecraft:attack_damage": {
"value": 4
}
1
2
3
2
3
ocelot
Copy
"minecraft:attack_damage": {
"value": 4
}
1
2
3
2
3
minecraft:balloonable
chicken
Copy
"minecraft:balloonable": {
"mass": 0.5
}
1
2
3
2
3
cow
Copy
"minecraft:balloonable": {}
1
donkey
Copy
"minecraft:balloonable": {}
1
fox
Copy
"minecraft:balloonable": {
"mass": 0.6
}
1
2
3
2
3
glow_squid
Copy
"minecraft:balloonable": {}
1
horse
Copy
"minecraft:balloonable": {}
1
iron_golem
Copy
"minecraft:balloonable": {
"mass": 2.0
}
1
2
3
2
3
llama
Copy
"minecraft:balloonable": {}
1
mooshroom
Copy
"minecraft:balloonable": {}
1
mule
Copy
"minecraft:balloonable": {}
1
panda
Copy
"minecraft:balloonable": {
"mass": 1.5
}
1
2
3
2
3
pig
Copy
"minecraft:balloonable": {
"mass": 0.75
}
1
2
3
2
3
rabbit
Copy
"minecraft:balloonable": {
"mass": 0.4
}
1
2
3
2
3
sheep
Copy
"minecraft:balloonable": {
"mass": 0.75
}
1
2
3
2
3
skeleton_horse
Copy
"minecraft:balloonable": {}
1
snow_golem
Copy
"minecraft:balloonable": {}
1
zombie_horse
Copy
"minecraft:balloonable": {}
1
minecraft:barter
piglin
Copy
"minecraft:barter": {
"barter_table": "loot_tables/entities/piglin_barter.json",
"cooldown_after_being_attacked": 20
}
1
2
3
4
2
3
4
minecraft:behavior.admire_item
Copy
"minecraft:behavior.admire_item": {
"priority": 2,
"admire_item_sound": "admire",
"sound_interval": {
"range_min": 2.0,
"range_max": 5.0
},
"on_admire_item_start": {
"event": "admire_item_started_event",
"target": "self"
},
"on_admire_item_stop": {
"event": "admire_item_stopped_event",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
minecraft:behavior.avoid_block
hoglin
Copy
"minecraft:behavior.avoid_block": {
"priority": 1,
"tick_interval": 5,
"search_range": 8,
"search_height": 4,
"walk_speed_modifier": 1,
"sprint_speed_modifier": 1,
"avoid_block_sound": "retreat",
"sound_interval": {
"range_min": 2.0,
"range_max": 5.0
},
"target_selection_method": "nearest",
"target_blocks": [
"minecraft:warped_fungus",
"minecraft:portal",
"minecraft:respawn_anchor"
],
"on_escape": [
{
"event": "escaped_event",
"target": "self"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
piglin
Copy
"minecraft:behavior.avoid_block": {
"priority": 9,
"tick_interval": 5,
"search_range": 8,
"search_height": 4,
"sprint_speed_modifier": 1.1,
"target_selection_method": "nearest",
"target_blocks": [
"minecraft:soul_fire",
"minecraft:soul_lantern",
"minecraft:soul_torch",
"minecraft:item.soul_campfire"
],
"avoid_block_sound": "retreat",
"sound_interval": {
"range_min": 2.0,
"range_max": 5.0
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
minecraft:behavior.avoid_mob_type
cat
Copy
"minecraft:behavior.avoid_mob_type": {
"priority": 6,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 10,
"walk_speed_multiplier": 0.8,
"sprint_speed_multiplier": 1.33
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
creeper
Copy
"minecraft:behavior.avoid_mob_type": {
"priority": 3,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "ocelot"
},
{
"test": "is_family",
"subject": "other",
"value": "cat"
}
]
},
"max_dist": 6,
"sprint_speed_multiplier": 1.2
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
dolphin
Copy
"minecraft:behavior.avoid_mob_type": {
"priority": 2,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "guardian_elder"
},
{
"test": "is_family",
"subject": "other",
"value": "guardian"
}
]
},
"max_dist": 8,
"walk_speed_multiplier": 1.0,
"sprint_speed_multiplier": 1.0
}
],
"probability_per_strength": 0.14
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
evocation_illager
Copy
"minecraft:behavior.avoid_mob_type": {
"priority": 5,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 8,
"walk_speed_multiplier": 0.6,
"sprint_speed_multiplier": 1.0
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
fish
Copy
"minecraft:behavior.avoid_mob_type": {
"priority": 1,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 6,
"walk_speed_multiplier": 1.5,
"sprint_speed_multiplier": 2.0
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
fox
Copy
"minecraft:behavior.avoid_mob_type": {
"priority": 5,
"entity_types": [
{
"filters": {
"any_of": [
{
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "trusts",
"subject": "other",
"operator": "!=",
"value": true
},
{
"test": "is_sneaking",
"subject": "other",
"operator": "!=",
"value": true
}
]
},
{
"test": "is_family",
"subject": "other",
"value": "polarbear"
},
{
"test": "is_family",
"subject": "other",
"value": "wolf"
}
]
},
"max_dist": 10,
"walk_speed_multiplier": 1.0,
"sprint_speed_multiplier": 1.5
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
guardian
Copy
"minecraft:behavior.avoid_mob_type": {
"priority": 1,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 8,
"walk_speed_multiplier": 1,
"sprint_speed_multiplier": 1
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
hoglin
Copy
"minecraft:behavior.avoid_mob_type": {
"priority": 0,
"remove_target": true,
"entity_types": [
{
"filters": {
"all_of": [
{
"test": "has_target",
"subject": "other",
"value": true
},
{
"test": "is_family",
"subject": "other",
"value": "piglin"
}
]
},
"check_if_outnumbered": true,
"max_dist": 10,
"sprint_speed_multiplier": 1.2
}
],
"avoid_mob_sound": "retreat",
"sound_interval": {
"range_min": 2.0,
"range_max": 5.0
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
ocelot
Copy
"minecraft:behavior.avoid_mob_type": {
"priority": 5,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 10,
"walk_speed_multiplier": 0.8,
"sprint_speed_multiplier": 1.33
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
panda
Copy
"minecraft:behavior.avoid_mob_type": {
"priority": 5,
"max_dist": 16,
"max_flee": 20,
"entity_types": [
{
"filters": {
"test": "is_family",
"operator": "!=",
"subject": "other",
"value": "panda"
},
"max_dist": 16,
"sprint_speed_multiplier": 1.5
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
phantom
Copy
"minecraft:behavior.avoid_mob_type": {
"priority": 0,
"max_dist": 16.0,
"ignore_visibility": true,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "ocelot"
},
{
"test": "is_family",
"subject": "other",
"value": "cat"
}
]
},
"max_dist": 16
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
piglin
Copy
"minecraft:behavior.avoid_mob_type": {
"priority": 4,
"remove_target": true,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "zombie_pigman"
}
]
},
"max_dist": 6
},
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "zoglin"
}
]
},
"max_dist": 6
},
{
"filters": {
"all_of": [
{
"test": "has_target",
"subject": "other",
"value": true
},
{
"test": "is_family",
"subject": "other",
"value": "hoglin"
}
]
},
"sprint_speed_multiplier": 1.2,
"check_if_outnumbered": true
}
],
"on_escape_event": {
"event": "become_calm_event",
"target": "self"
},
"avoid_mob_sound": "retreat",
"sound_interval": {
"range_min": 2.0,
"range_max": 5.0
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
rabbit
Copy
"minecraft:behavior.avoid_mob_type": {
"priority": 4,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 8,
"walk_speed_multiplier": 1.5,
"sprint_speed_multiplier": 1.8
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "wolf"
},
"max_dist": 4,
"walk_speed_multiplier": 1.5,
"sprint_speed_multiplier": 1.8
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "monster"
},
"max_dist": 4,
"walk_speed_multiplier": 1.5,
"sprint_speed_multiplier": 1.5
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
salmon
Copy
"minecraft:behavior.avoid_mob_type": {
"priority": 1,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 3,
"max_flee": 10,
"walk_speed_multiplier": 1.5,
"sprint_speed_multiplier": 2.0
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
skeleton
Copy
"minecraft:behavior.avoid_mob_type": {
"priority": 4,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "wolf"
},
"max_dist": 6,
"walk_speed_multiplier": 1.2,
"sprint_speed_multiplier": 1.2
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
stray
Copy
"minecraft:behavior.avoid_mob_type": {
"priority": 4,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "wolf"
},
"max_dist": 6,
"walk_speed_multiplier": 1.2,
"sprint_speed_multiplier": 1.2
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
tropicalfish
Copy
"minecraft:behavior.avoid_mob_type": {
"priority": 1,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 6,
"walk_speed_multiplier": 1.5,
"sprint_speed_multiplier": 2.0
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
villager
Copy
"minecraft:behavior.avoid_mob_type": {
"priority": 3,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "zombie"
},
{
"test": "is_family",
"subject": "other",
"value": "zombie_villager"
},
{
"test": "is_family",
"subject": "other",
"value": "zombie_pigman"
},
{
"test": "is_family",
"subject": "other",
"value": "illager"
},
{
"test": "is_family",
"subject": "other",
"value": "vex"
}
]
},
"max_dist": 8,
"walk_speed_multiplier": 0.6,
"sprint_speed_multiplier": 0.6
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
villager_v2
Copy
"minecraft:behavior.avoid_mob_type": {
"priority": 4,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "zombie"
},
{
"test": "is_family",
"subject": "other",
"value": "zombie_villager"
},
{
"test": "is_family",
"subject": "other",
"value": "zombie_pigman"
},
{
"test": "is_family",
"subject": "other",
"value": "illager"
},
{
"test": "is_family",
"subject": "other",
"value": "vex"
}
]
},
"max_dist": 8,
"walk_speed_multiplier": 0.6,
"sprint_speed_multiplier": 0.6
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
wandering_trader
Copy
"minecraft:behavior.avoid_mob_type": {
"priority": 2,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "zombie"
},
{
"test": "is_family",
"subject": "other",
"value": "zombie_villager"
},
{
"test": "is_family",
"subject": "other",
"value": "zombie_pigman"
},
{
"test": "is_family",
"subject": "other",
"value": "illager"
},
{
"test": "is_family",
"subject": "other",
"value": "vex"
}
]
},
"walk_speed_multiplier": 0.6,
"sprint_speed_multiplier": 0.6
}
],
"max_dist": 6
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
wolf
Copy
"minecraft:behavior.avoid_mob_type": {
"priority": 3,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "llama"
},
"max_dist": 24,
"walk_speed_multiplier": 1.5,
"sprint_speed_multiplier": 1.5
}
],
"probability_per_strength": 0.14
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
minecraft:behavior.barter
piglin
Copy
"minecraft:behavior.barter": {
"priority": 3
}
1
2
3
2
3
minecraft:behavior.beg
wolf
Copy
"minecraft:behavior.beg": {
"priority": 9,
"look_distance": 8,
"look_time": [
2,
4
],
"items": [
"bone",
"porkchop",
"cooked_porkchop",
"chicken",
"cooked_chicken",
"beef",
"cooked_beef",
"rotten_flesh",
"muttonraw",
"muttoncooked",
"rabbit",
"cooked_rabbit"
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
minecraft:behavior.breed
axolotl
Copy
"minecraft:behavior.breed": {
"priority": 1,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
bee
Copy
"minecraft:behavior.breed": {
"priority": 4,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
cat
Copy
"minecraft:behavior.breed": {
"priority": 3,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
chicken
Copy
"minecraft:behavior.breed": {
"priority": 3,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
cow
Copy
"minecraft:behavior.breed": {
"priority": 3,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
donkey
Copy
"minecraft:behavior.breed": {
"priority": 2,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
fox
Copy
"minecraft:behavior.breed": {
"priority": 3,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
goat
Copy
"minecraft:behavior.breed": {
"priority": 3,
"speed_multiplier": 0.6
}
1
2
3
4
2
3
4
hoglin
Copy
"minecraft:behavior.breed": {
"priority": 3,
"speed_multiplier": 0.6
}
1
2
3
4
2
3
4
horse
Copy
"minecraft:behavior.breed": {
"priority": 2,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
llama
Copy
"minecraft:behavior.breed": {
"priority": 4,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
mooshroom
Copy
"minecraft:behavior.breed": {
"priority": 3,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
ocelot
Copy
"minecraft:behavior.breed": {
"priority": 3,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
panda
Copy
"minecraft:behavior.breed": {
"priority": 3,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
pig
Copy
"minecraft:behavior.breed": {
"priority": 4,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
rabbit
Copy
"minecraft:behavior.breed": {
"priority": 2,
"speed_multiplier": 0.8
}
1
2
3
4
2
3
4
Copy
"minecraft:behavior.breed": {
"priority": 2,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
sheep
Copy
"minecraft:behavior.breed": {
"priority": 3,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
strider
Copy
"minecraft:behavior.breed": {
"priority": 4,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
turtle
Copy
"minecraft:behavior.breed": {
"priority": 2,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
wolf
Copy
"minecraft:behavior.breed": {
"priority": 2,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
minecraft:behavior.celebrate
evocation_illager
Copy
"minecraft:behavior.celebrate": {
"priority": 5,
"celebration_sound": "celebrate",
"sound_interval": {
"range_min": 2.0,
"range_max": 7.0
},
"jump_interval": {
"range_min": 1.0,
"range_max": 3.5
},
"duration": 30.0,
"on_celebration_end_event": {
"event": "minecraft:stop_celebrating",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pillager
Copy
"minecraft:behavior.celebrate": {
"priority": 5,
"celebration_sound": "celebrate",
"sound_interval": {
"range_min": 2.0,
"range_max": 7.0
},
"jump_interval": {
"range_min": 1.0,
"range_max": 3.5
},
"duration": 30.0,
"on_celebration_end_event": {
"event": "minecraft:stop_celebrating",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
ravager
Copy
"minecraft:behavior.celebrate": {
"priority": 5,
"celebration_sound": "celebrate",
"sound_interval": {
"range_min": 2.0,
"range_max": 7.0
},
"jump_interval": {
"range_min": 1.0,
"range_max": 3.5
},
"duration": 30.0,
"on_celebration_end_event": {
"event": "minecraft:stop_celebrating",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
vindicator
Copy
"minecraft:behavior.celebrate": {
"priority": 5,
"celebration_sound": "celebrate",
"sound_interval": {
"range_min": 2.0,
"range_max": 7.0
},
"jump_interval": {
"range_min": 1.0,
"range_max": 3.5
},
"duration": 30.0,
"on_celebration_end_event": {
"event": "minecraft:stop_celebrating",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
witch
Copy
"minecraft:behavior.celebrate": {
"priority": 5,
"celebration_sound": "celebrate",
"sound_interval": {
"range_min": 2.0,
"range_max": 7.0
},
"jump_interval": {
"range_min": 1.0,
"range_max": 3.5
},
"duration": 30.0,
"on_celebration_end_event": {
"event": "minecraft:stop_celebrating",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
minecraft:behavior.charge_attack
vex
Copy
"minecraft:behavior.charge_attack": {
"priority": 4
}
1
2
3
2
3
minecraft:behavior.charge_held_item
piglin
Copy
"minecraft:behavior.charge_held_item": {
"priority": 3,
"items": [
"minecraft:arrow"
]
}
1
2
3
4
5
6
2
3
4
5
6
pillager
Copy
"minecraft:behavior.charge_held_item": {
"priority": 3,
"items": [
"minecraft:arrow"
]
}
1
2
3
4
5
6
2
3
4
5
6
minecraft:behavior.circle_around_anchor
phantom
Copy
"minecraft:behavior.circle_around_anchor": {
"priority": 3,
"radius_change": 1.0,
"radius_adjustment_chance": 0.004,
"height_adjustment_chance": 0.002857,
"goal_radius": 1.0,
"angle_change": 15.0,
"radius_range": [
5.0,
15.0
],
"height_offset_range": [
-4.0,
5.0
],
"height_above_target_range": [
20.0,
40.0
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
minecraft:behavior.controlled_by_player
pig
Copy
"minecraft:behavior.controlled_by_player": {
"priority": 0
}
1
2
3
2
3
strider
Copy
"minecraft:behavior.controlled_by_player": {
"priority": 0,
"mount_speed_multiplier": 1.45
}
1
2
3
4
2
3
4
minecraft:behavior.defend_trusted_target
fox
Copy
"minecraft:behavior.defend_trusted_target": {
"priority": 0,
"within_radius": 25,
"must_see": false,
"aggro_sound": "mad",
"sound_chance": 0.05,
"on_defend_start": {
"event": "minecraft:fox_configure_defending",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
minecraft:behavior.defend_village_target
iron_golem
Copy
"minecraft:behavior.defend_village_target": {
"priority": 1,
"must_reach": true,
"attack_chance": 0.05,
"entity_types": {
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "mob"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
}
]
}
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
minecraft:behavior.delayed_attack
ravager
Copy
"minecraft:behavior.delayed_attack": {
"priority": 4,
"attack_once": false,
"track_target": true,
"require_complete_path": false,
"random_stop_interval": 0,
"reach_multiplier": 1.5,
"speed_multiplier": 1.0,
"attack_duration": 0.75,
"hit_delay_pct": 0.5
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
minecraft:behavior.dragonchargeplayer
ender_dragon
Copy
"minecraft:behavior.dragonchargeplayer": {
"priority": 1
}
1
2
3
2
3
minecraft:behavior.dragondeath
Copy
"minecraft:behavior.dragondeath": {
"priority": 0
}
1
2
3
2
3
minecraft:behavior.dragonflaming
Copy
"minecraft:behavior.dragonflaming": {
"priority": 1
}
1
2
3
2
3
minecraft:behavior.dragonholdingpattern
Copy
"minecraft:behavior.dragonholdingpattern": {
"priority": 3
}
1
2
3
2
3
minecraft:behavior.dragonlanding
Copy
"minecraft:behavior.dragonlanding": {
"priority": 0
}
1
2
3
2
3
minecraft:behavior.dragonscanning
Copy
"minecraft:behavior.dragonscanning": {
"priority": 2
}
1
2
3
2
3
minecraft:behavior.dragonstrafeplayer
Copy
"minecraft:behavior.dragonstrafeplayer": {
"priority": 2
}
1
2
3
2
3
minecraft:behavior.dragontakeoff
Copy
"minecraft:behavior.dragontakeoff": {
"priority": 0
}
1
2
3
2
3
minecraft:behavior.drink_potion
wandering_trader
Copy
"minecraft:behavior.drink_potion": {
"priority": 1,
"speed_modifier": -0.2,
"potions": [
{
"id": 7,
"chance": 1.0,
"filters": {
"all_of": [
{
"any_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 18000
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 12000
}
]
},
{
"test": "is_visible",
"subject": "self",
"value": true
},
{
"any_of": [
{
"test": "is_avoiding_mobs",
"subject": "self",
"value": true
},
{
"all_of": [
{
"test": "has_component",
"subject": "self",
"value": "minecraft:angry"
},
{
"test": "is_family",
"subject": "target",
"operator": "!=",
"value": "player"
}
]
}
]
}
]
}
},
{
"id": 8,
"chance": 1.0,
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 12000
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 18000
},
{
"test": "is_visible",
"subject": "self",
"value": true
},
{
"any_of": [
{
"test": "is_avoiding_mobs",
"subject": "self",
"value": true
},
{
"test": "has_component",
"subject": "self",
"value": "minecraft:angry"
}
]
}
]
}
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
minecraft:behavior.drop_item_for
cat
Copy
"minecraft:behavior.drop_item_for": {
"priority": 1,
"seconds_before_pickup": 0.0,
"cooldown": 0.25,
"drop_item_chance": 0.7,
"offering_distance": 5.0,
"minimum_teleport_distance": 2.0,
"max_head_look_at_height": 10.0,
"target_range": [
5.0,
5.0,
5.0
],
"teleport_offset": [
0.0,
1.0,
0.0
],
"time_of_day_range": [
0.74999,
0.8
],
"speed_multiplier": 1.0,
"search_range": 5,
"search_height": 2,
"search_count": 0,
"goal_radius": 1.0,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 6
}
],
"loot_table": "loot_tables/entities/cat_gift.json",
"on_drop_attempt": {
"event": "minecraft:cat_gifted_owner",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
minecraft:behavior.eat_block
sheep
Copy
"minecraft:behavior.eat_block": {
"priority": 6,
"success_chance": "query.is_baby ? 0.02 : 0.001",
"time_until_eat": 1.8,
"eat_and_replace_block_pairs": [
{
"eat_block": "grass",
"replace_block": "dirt"
},
{
"eat_block": "tallgrass",
"replace_block": "air"
}
],
"on_eat": {
"event": "minecraft:on_eat_block",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
minecraft:behavior.eat_carried_item
fox
Copy
"minecraft:behavior.eat_carried_item": {
"priority": 12,
"delay_before_eating": 28
}
1
2
3
4
2
3
4
minecraft:behavior.enderman_leave_block
enderman
Copy
"minecraft:behavior.enderman_leave_block": {
"priority": 10
}
1
2
3
2
3
minecraft:behavior.enderman_take_block
Copy
"minecraft:behavior.enderman_take_block": {
"priority": 11
}
1
2
3
2
3
minecraft:behavior.equip_item
drowned
Copy
"minecraft:behavior.equip_item": {
"priority": 3
}
1
2
3
2
3
fox
Copy
"minecraft:behavior.equip_item": {
"priority": 2
}
1
2
3
2
3
husk
Copy
"minecraft:behavior.equip_item": {
"priority": 2
}
1
2
3
2
3
piglin
Copy
"minecraft:behavior.equip_item": {
"priority": 5
}
1
2
3
2
3
pillager
Copy
"minecraft:behavior.equip_item": {
"priority": 3
}
1
2
3
2
3
skeleton
Copy
"minecraft:behavior.equip_item": {
"priority": 3
}
1
2
3
2
3
stray
Copy
"minecraft:behavior.equip_item": {
"priority": 3
}
1
2
3
2
3
wither_skeleton
Copy
"minecraft:behavior.equip_item": {
"priority": 3
}
1
2
3
2
3
zombie
Copy
"minecraft:behavior.equip_item": {
"priority": 2
}
1
2
3
2
3
zombie_pigman
Copy
"minecraft:behavior.equip_item": {
"priority": 3
}
1
2
3
2
3
zombie_villager
Copy
"minecraft:behavior.equip_item": {
"priority": 3
}
1
2
3
2
3
zombie_villager_v2
Copy
"minecraft:behavior.equip_item": {
"priority": 3
}
1
2
3
2
3
minecraft:behavior.explore_outskirts
villager_v2
Copy
"minecraft:behavior.explore_outskirts": {}
1
Copy
"minecraft:behavior.explore_outskirts": {
"priority": 9,
"next_xz": 5,
"next_y": 3,
"min_wait_time": 3.0,
"max_wait_time": 10.0,
"max_travel_time": 60.0,
"speed_multiplier": 0.6,
"explore_dist": 6.0,
"min_perimeter": 1.0,
"min_dist_from_target": 2.5,
"timer_ratio": 2.0,
"dist_from_boundary": [
5.0,
0.0,
5.0
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
minecraft:behavior.find_cover
fox
Copy
"minecraft:behavior.find_cover": {
"priority": 0,
"speed_multiplier": 1,
"cooldown_time": 0.0
}
1
2
3
4
5
2
3
4
5
Copy
"minecraft:behavior.find_cover": {
"priority": 9,
"speed_multiplier": 1,
"cooldown_time": 5.0
}
1
2
3
4
5
2
3
4
5
minecraft:behavior.find_mount
husk
Copy
"minecraft:behavior.find_mount": {
"priority": 1,
"within_radius": 16
}
1
2
3
4
2
3
4
parrot
Copy
"minecraft:behavior.find_mount": {
"priority": 3,
"within_radius": 16,
"avoid_water": true,
"start_delay": 100,
"target_needed": false,
"mount_distance": 2.0
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
piglin
Copy
"minecraft:behavior.find_mount": {
"priority": 1,
"within_radius": 16,
"start_delay": 15,
"max_failed_attempts": 20
}
1
2
3
4
5
6
2
3
4
5
6
zombie
Copy
"minecraft:behavior.find_mount": {
"priority": 1,
"within_radius": 16,
"start_delay": 15,
"max_failed_attempts": 20
}
1
2
3
4
5
6
2
3
4
5
6
zombie_villager
Copy
"minecraft:behavior.find_mount": {
"priority": 1,
"within_radius": 16
}
1
2
3
4
2
3
4
zombie_villager_v2
Copy
"minecraft:behavior.find_mount": {
"priority": 1,
"within_radius": 16
}
1
2
3
4
2
3
4
minecraft:behavior.find_underwater_treasure
dolphin
Copy
"minecraft:behavior.find_underwater_treasure": {
"priority": 2,
"speed_multiplier": 2.0,
"search_range": 30,
"stop_distance": 50
}
1
2
3
4
5
6
2
3
4
5
6
minecraft:behavior.flee_sun
drowned
Copy
"minecraft:behavior.flee_sun": {
"priority": 2,
"speed_multiplier": 1
}
1
2
3
4
2
3
4
skeleton
Copy
"minecraft:behavior.flee_sun": {
"priority": 2,
"speed_multiplier": 1
}
1
2
3
4
2
3
4
stray
Copy
"minecraft:behavior.flee_sun": {
"priority": 2,
"speed_multiplier": 1
}
1
2
3
4
2
3
4
zombie_villager
Copy
"minecraft:behavior.flee_sun": {
"priority": 4,
"speed_multiplier": 1
}
1
2
3
4
2
3
4
zombie_villager_v2
Copy
"minecraft:behavior.flee_sun": {
"priority": 4,
"speed_multiplier": 1
}
1
2
3
4
2
3
4
minecraft:behavior.float
bat
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
bee
Copy
"minecraft:behavior.float": {
"priority": 19
}
1
2
3
2
3
blaze
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
cat
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
cave_spider
Copy
"minecraft:behavior.float": {
"priority": 1
}
1
2
3
2
3
chicken
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
cow
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
creeper
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
donkey
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
enderman
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
endermite
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
evocation_illager
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
fox
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
ghast
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
goat
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
horse
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
llama
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
mooshroom
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
mule
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
ocelot
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
panda
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
parrot
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
pig
Copy
"minecraft:behavior.float": {
"priority": 2
}
1
2
3
2
3
pillager
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
polar_bear
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
rabbit
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
ravager
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
sheep
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
silverfish
Copy
"minecraft:behavior.float": {
"priority": 1
}
1
2
3
2
3
spider
Copy
"minecraft:behavior.float": {
"priority": 1
}
1
2
3
2
3
vex
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
villager
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
villager_v2
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
vindicator
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
wandering_trader
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
witch
Copy
"minecraft:behavior.float": {
"priority": 1
}
1
2
3
2
3
wither
Copy
"minecraft:behavior.float": {
"priority": 1
}
1
2
3
2
3
wolf
Copy
"minecraft:behavior.float": {
"priority": 0
}
1
2
3
2
3
minecraft:behavior.float_wander
bat
Copy
"minecraft:behavior.float_wander": {
"xz_dist": 10,
"y_dist": 7,
"y_offset": -2.0,
"random_reselect": true,
"float_duration": [
0.1,
0.35
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
ghast
Copy
"minecraft:behavior.float_wander": {
"priority": 2,
"must_reach": true
}
1
2
3
4
2
3
4
minecraft:behavior.follow_caravan
llama
Copy
"minecraft:behavior.follow_caravan": {
"priority": 3,
"speed_multiplier": 2.1,
"entity_count": 10,
"entity_types": {
"filters": {
"test": "is_family",
"subject": "other",
"value": "llama"
}
}
}
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
minecraft:behavior.follow_mob
parrot
Copy
"minecraft:behavior.follow_mob": {
"priority": 3,
"speed_multiplier": 1.0,
"stop_distance": 3,
"search_range": 20
}
1
2
3
4
5
6
2
3
4
5
6
minecraft:behavior.follow_owner
cat
Copy
"minecraft:behavior.follow_owner": {
"priority": 4,
"speed_multiplier": 1.0,
"start_distance": 10,
"stop_distance": 2
}
1
2
3
4
5
6
2
3
4
5
6
ocelot
Copy
"minecraft:behavior.follow_owner": {
"priority": 4,
"speed_multiplier": 1.0,
"start_distance": 10,
"stop_distance": 2
}
1
2
3
4
5
6
2
3
4
5
6
parrot
Copy
"minecraft:behavior.follow_owner": {
"priority": 2,
"speed_multiplier": 1.0,
"start_distance": 5,
"stop_distance": 1
}
1
2
3
4
5
6
2
3
4
5
6
wolf
Copy
"minecraft:behavior.follow_owner": {
"priority": 6,
"speed_multiplier": 1.0,
"start_distance": 10,
"stop_distance": 2
}
1
2
3
4
5
6
2
3
4
5
6
minecraft:behavior.follow_parent
axolotl
Copy
"minecraft:behavior.follow_parent": {
"priority": 5,
"speed_multiplier": 1.1
}
1
2
3
4
2
3
4
bee
Copy
"minecraft:behavior.follow_parent": {
"priority": 11,
"speed_multiplier": 1.1
}
1
2
3
4
2
3
4
chicken
Copy
"minecraft:behavior.follow_parent": {
"priority": 5,
"speed_multiplier": 1.1
}
1
2
3
4
2
3
4
cow
Copy
"minecraft:behavior.follow_parent": {
"priority": 5,
"speed_multiplier": 1.1
}
1
2
3
4
2
3
4
Copy
"minecraft:behavior.follow_parent": {
"priority": 6,
"speed_multiplier": 1.1
}
1
2
3
4
2
3
4
dolphin
Copy
"minecraft:behavior.follow_parent": {
"priority": 4,
"speed_multiplier": 1.1
}
1
2
3
4
2
3
4
donkey
Copy
"minecraft:behavior.follow_parent": {
"priority": 4,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
fox
Copy
"minecraft:behavior.follow_parent": {
"priority": 9,
"speed_multiplier": 1.1
}
1
2
3
4
2
3
4
goat
Copy
"minecraft:behavior.follow_parent": {
"priority": 6,
"speed_multiplier": 1
}
1
2
3
4
2
3
4
hoglin
Copy
"minecraft:behavior.follow_parent": {
"priority": 6,
"speed_multiplier": 1
}
1
2
3
4
2
3
4
horse
Copy
"minecraft:behavior.follow_parent": {
"priority": 4,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
llama
Copy
"minecraft:behavior.follow_parent": {
"priority": 5,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
mooshroom
Copy
"minecraft:behavior.follow_parent": {
"priority": 5,
"speed_multiplier": 1.1
}
1
2
3
4
2
3
4
Copy
"minecraft:behavior.follow_parent": {
"priority": 6,
"speed_multiplier": 1.1
}
1
2
3
4
2
3
4
mule
Copy
"minecraft:behavior.follow_parent": {
"priority": 4,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
panda
Copy
"minecraft:behavior.follow_parent": {
"priority": 13,
"speed_multiplier": 1.1
}
1
2
3
4
2
3
4
pig
Copy
"minecraft:behavior.follow_parent": {
"priority": 6,
"speed_multiplier": 1.1
}
1
2
3
4
2
3
4
polar_bear
Copy
"minecraft:behavior.follow_parent": {
"priority": 4,
"speed_multiplier": 1.25
}
1
2
3
4
2
3
4
rabbit
Copy
"minecraft:behavior.follow_parent": {
"priority": 6,
"speed_multiplier": 1.1
}
1
2
3
4
2
3
4
sheep
Copy
"minecraft:behavior.follow_parent": {
"priority": 5,
"speed_multiplier": 1.1
}
1
2
3
4
2
3
4
Copy
"minecraft:behavior.follow_parent": {
"priority": 6,
"speed_multiplier": 1.1
}
1
2
3
4
2
3
4
skeleton_horse
Copy
"minecraft:behavior.follow_parent": {
"priority": 4,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
strider
Copy
"minecraft:behavior.follow_parent": {
"priority": 6,
"speed_multiplier": 1.1
}
1
2
3
4
2
3
4
zombie_horse
Copy
"minecraft:behavior.follow_parent": {
"priority": 4,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
minecraft:behavior.follow_target_captain
pillager
Copy
"minecraft:behavior.follow_target_captain": {
"priority": 5,
"speed_multiplier": 0.8,
"within_radius": 64,
"follow_distance": 5
}
1
2
3
4
5
6
2
3
4
5
6
vindicator
Copy
"minecraft:behavior.follow_target_captain": {
"priority": 5,
"speed_multiplier": 0.8,
"within_radius": 64,
"follow_distance": 5
}
1
2
3
4
5
6
2
3
4
5
6
minecraft:behavior.go_home
bee
Copy
"minecraft:behavior.go_home": {
"priority": 4,
"speed_multiplier": 1.0,
"interval": 1,
"goal_radius": 1.2,
"on_home": [
{
"filters": {
"any_of": [
{
"test": "is_block",
"subject": "block",
"value": "minecraft:bee_nest"
},
{
"test": "is_block",
"subject": "block",
"value": "minecraft:beehive"
}
]
},
"event": "minecraft:bee_returned_to_hive",
"target": "block"
},
{
"filters": {
"all_of": [
{
"test": "is_block",
"subject": "block",
"operator": "!=",
"value": "minecraft:bee_nest"
},
{
"test": "is_block",
"subject": "block",
"operator": "!=",
"value": "minecraft:beehive"
}
]
},
"event": "find_hive_event",
"target": "self"
}
],
"on_failed": {
"event": "find_hive_event",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
piglin_brute
Copy
"minecraft:behavior.go_home": {
"priority": 6,
"interval": 200,
"speed_multiplier": 0.6,
"goal_radius": 4.0,
"on_failed": {
"event": "go_back_to_spawn_failed",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
turtle
Copy
"minecraft:behavior.go_home": {
"priority": 1,
"speed_multiplier": 1.0,
"interval": 700,
"goal_radius": 4.0,
"on_home": {
"event": "minecraft:go_lay_egg",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
minecraft:behavior.guardian_attack
elder_guardian
Copy
"minecraft:behavior.guardian_attack": {
"priority": 4
}
1
2
3
2
3
guardian
Copy
"minecraft:behavior.guardian_attack": {
"priority": 4
}
1
2
3
2
3
minecraft:behavior.harvest_farm_block
villager
Copy
"minecraft:behavior.harvest_farm_block": {
"priority": 9,
"speed_multiplier": 0.5
}
1
2
3
4
2
3
4
villager_v2
Copy
"minecraft:behavior.harvest_farm_block": {}
1
Copy
"minecraft:behavior.harvest_farm_block": {
"priority": 8,
"max_seconds_before_search": 1.0,
"search_cooldown_max_seconds": 8.0,
"seconds_until_new_task": 0.5,
"speed_multiplier": 0.5
}
1
2
3
4
5
6
7
2
3
4
5
6
7
minecraft:behavior.hide
Copy
"minecraft:behavior.hide": {
"priority": 0,
"speed_multiplier": 0.8,
"poi_type": "bed",
"duration": 30.0
}
1
2
3
4
5
6
2
3
4
5
6
minecraft:behavior.hold_ground
pillager
Copy
"minecraft:behavior.hold_ground": {
"priority": 5,
"min_radius": 10,
"broadcast": true,
"broadcast_range": 8,
"within_radius_event": {
"event": "minecraft:ranged_mode",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:behavior.hold_ground": {
"priority": 6,
"min_radius": 10,
"broadcast": true,
"broadcast_range": 8,
"within_radius_event": {
"event": "minecraft:ranged_mode",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
minecraft:behavior.hurt_by_target
bee
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 1
}
1
2
3
2
3
blaze
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 1
}
1
2
3
2
3
cave_spider
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 1
}
1
2
3
2
3
creeper
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 2
}
1
2
3
2
3
dolphin
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 1
}
1
2
3
2
3
drowned
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 1
}
1
2
3
2
3
enderman
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 3
}
1
2
3
2
3
evocation_illager
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 1
}
1
2
3
2
3
ghast
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 1
}
1
2
3
2
3
hoglin
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 2
}
1
2
3
2
3
husk
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 1
}
1
2
3
2
3
iron_golem
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 2,
"entity_types": {
"filters": {
"test": "is_family",
"subject": "other",
"operator": "!=",
"value": "creeper"
}
}
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 2,
"entity_types": {
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"operator": "!=",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"operator": "!=",
"value": "creeper"
}
]
}
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
llama
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 1,
"hurt_owner": true
}
1
2
3
4
2
3
4
panda
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 1
}
1
2
3
2
3
piglin
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 1
}
1
2
3
2
3
piglin_brute
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 1
}
1
2
3
2
3
pillager
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 1,
"entity_types": {
"filters": {
"test": "is_family",
"subject": "other",
"operator": "!=",
"value": "illager"
},
"max_dist": 64
}
}
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
polar_bear
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 1
}
1
2
3
2
3
ravager
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 2,
"entity_types": {
"filters": {
"test": "is_family",
"subject": "other",
"operator": "!=",
"value": "illager"
},
"max_dist": 64
}
}
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
shulker
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 2
}
1
2
3
2
3
silverfish
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 1,
"alert_same_type": true
}
1
2
3
4
2
3
4
skeleton
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 1
}
1
2
3
2
3
spider
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 1
}
1
2
3
2
3
stray
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 1
}
1
2
3
2
3
turtle
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 1
}
1
2
3
2
3
vex
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 1
}
1
2
3
2
3
vindicator
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 1
}
1
2
3
2
3
witch
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 1
}
1
2
3
2
3
wither
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 2
}
1
2
3
2
3
wither_skeleton
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 1
}
1
2
3
2
3
wolf
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 3
}
1
2
3
2
3
zoglin
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 1
}
1
2
3
2
3
zombie
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 1
}
1
2
3
2
3
zombie_pigman
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 1
}
1
2
3
2
3
zombie_villager
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 1
}
1
2
3
2
3
zombie_villager_v2
Copy
"minecraft:behavior.hurt_by_target": {
"priority": 1
}
1
2
3
2
3
minecraft:behavior.inspect_bookshelf
villager_v2
Copy
"minecraft:behavior.inspect_bookshelf": {}
1
Copy
"minecraft:behavior.inspect_bookshelf": {
"priority": 8,
"speed_multiplier": 0.6,
"search_range": 4,
"search_height": 3,
"goal_radius": 0.8,
"search_count": 0
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
minecraft:behavior.jump_to_block
goat
Copy
"minecraft:behavior.jump_to_block": {
"priority": 8,
"search_width": 10,
"search_height": 10,
"minimum_path_length": 8,
"minimum_distance": 1,
"scale_factor": 0.6,
"cooldown_range": [
30,
60
]
}
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
minecraft:behavior.knockback_roar
ravager
Copy
"minecraft:behavior.knockback_roar": {
"priority": 1,
"duration": 1,
"attack_time": 0.5,
"knockback_damage": 6,
"knockback_strength": 3,
"knockback_range": 4,
"knockback_filters": {
"test": "is_family",
"subject": "other",
"operator": "!=",
"value": "ravager"
},
"damage_filters": {
"test": "is_family",
"subject": "other",
"operator": "!=",
"value": "illager"
},
"on_roar_end": {
"event": "minecraft:end_roar"
},
"cooldown_time": 0.1
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
minecraft:behavior.lay_down
panda
Copy
"minecraft:behavior.lay_down": {
"priority": 5,
"interval": 400,
"random_stop_interval": 2000
}
1
2
3
4
5
2
3
4
5
minecraft:behavior.lay_egg
turtle
Copy
"minecraft:behavior.lay_egg": {
"priority": 1,
"speed_multiplier": 1.0,
"search_range": 16,
"search_height": 4,
"goal_radius": 1.5,
"on_lay": {
"event": "minecraft:laid_egg",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
minecraft:behavior.leap_at_target
cat
Copy
"minecraft:behavior.leap_at_target": {
"priority": 3,
"target_dist": 0.3
}
1
2
3
4
2
3
4
cave_spider
Copy
"minecraft:behavior.leap_at_target": {
"priority": 4,
"yd": 0.4,
"must_be_on_ground": false
}
1
2
3
4
5
2
3
4
5
ocelot
Copy
"minecraft:behavior.leap_at_target": {
"priority": 3,
"target_dist": 0.3
}
1
2
3
4
2
3
4
spider
Copy
"minecraft:behavior.leap_at_target": {
"priority": 4,
"yd": 0.4,
"must_be_on_ground": false
}
1
2
3
4
5
2
3
4
5
wolf
Copy
"minecraft:behavior.leap_at_target": {
"priority": 4,
"target_dist": 0.4
}
1
2
3
4
2
3
4
minecraft:behavior.look_at_entity
evocation_illager
Copy
"minecraft:behavior.look_at_entity": {
"priority": 10,
"look_distance": 8.0,
"filters": {
"test": "is_family",
"subject": "other",
"value": "mob"
}
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
ravager
Copy
"minecraft:behavior.look_at_entity": {
"priority": 10,
"look_distance": 8,
"angle_of_view_horizontal": 45,
"filters": {
"test": "is_family",
"subject": "other",
"value": "mob"
}
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
vex
Copy
"minecraft:behavior.look_at_entity": {
"priority": 9,
"look_distance": 6.0,
"probability": 0.02,
"filters": {
"test": "is_family",
"subject": "other",
"value": "mob"
}
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
minecraft:behavior.look_at_player
axolotl
Copy
"minecraft:behavior.look_at_player": {
"priority": 10,
"target_distance": 6.0,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
cat
Copy
"minecraft:behavior.look_at_player": {
"priority": 9
}
1
2
3
2
3
cave_spider
Copy
"minecraft:behavior.look_at_player": {
"priority": 7,
"look_distance": 6.0,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
chicken
Copy
"minecraft:behavior.look_at_player": {
"priority": 7,
"look_distance": 6.0,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
cow
Copy
"minecraft:behavior.look_at_player": {
"priority": 7,
"look_distance": 6.0,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
creeper
Copy
"minecraft:behavior.look_at_player": {
"priority": 6,
"look_distance": 8
}
1
2
3
4
2
3
4
dolphin
Copy
"minecraft:behavior.look_at_player": {
"priority": 8,
"look_distance": 6
}
1
2
3
4
2
3
4
donkey
Copy
"minecraft:behavior.look_at_player": {
"priority": 7,
"look_distance": 6.0,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
drowned
Copy
"minecraft:behavior.look_at_player": {
"priority": 8,
"look_distance": 6,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
elder_guardian
Copy
"minecraft:behavior.look_at_player": {
"priority": 8,
"look_distance": 12.0,
"probability": 0.01
}
1
2
3
4
5
2
3
4
5
enderman
Copy
"minecraft:behavior.look_at_player": {
"priority": 8,
"look_distance": 8.0,
"probability": 8.0
}
1
2
3
4
5
2
3
4
5
evocation_illager
Copy
"minecraft:behavior.look_at_player": {
"priority": 9,
"look_distance": 3.0,
"probability": 1.0
}
1
2
3
4
5
2
3
4
5
fox
Copy
"minecraft:behavior.look_at_player": {
"priority": 14,
"look_distance": 6.0,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
goat
Copy
"minecraft:behavior.look_at_player": {
"priority": 10,
"look_distance": 6,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
guardian
Copy
"minecraft:behavior.look_at_player": {
"priority": 8,
"look_distance": 12.0,
"probability": 0.01
}
1
2
3
4
5
2
3
4
5
hoglin
Copy
"minecraft:behavior.look_at_player": {
"priority": 8,
"look_distance": 6.0,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
horse
Copy
"minecraft:behavior.look_at_player": {
"priority": 7,
"look_distance": 6.0,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
husk
Copy
"minecraft:behavior.look_at_player": {
"priority": 8,
"look_distance": 6,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
iron_golem
Copy
"minecraft:behavior.look_at_player": {
"priority": 7,
"look_distance": 6.0,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
llama
Copy
"minecraft:behavior.look_at_player": {
"priority": 7,
"look_distance": 6.0,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
mooshroom
Copy
"minecraft:behavior.look_at_player": {
"priority": 7,
"look_distance": 6.0,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
mule
Copy
"minecraft:behavior.look_at_player": {
"priority": 7,
"look_distance": 6.0,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
npc
Copy
"minecraft:behavior.look_at_player": {
"priority": 0,
"look_distance": 6.0,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
ocelot
Copy
"minecraft:behavior.look_at_player": {
"priority": 9
}
1
2
3
2
3
panda
Copy
"minecraft:behavior.look_at_player": {
"priority": 8,
"look_distance": 6.0,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
parrot
Copy
"minecraft:behavior.look_at_player": {
"priority": 1,
"look_distance": 8.0
}
1
2
3
4
2
3
4
pig
Copy
"minecraft:behavior.look_at_player": {
"priority": 8,
"look_distance": 6.0,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
piglin
Copy
"minecraft:behavior.look_at_player": {
"priority": 11,
"look_distance": 8
}
1
2
3
4
2
3
4
piglin_brute
Copy
"minecraft:behavior.look_at_player": {
"priority": 8,
"look_distance": 8
}
1
2
3
4
2
3
4
pillager
Copy
"minecraft:behavior.look_at_player": {
"priority": 9,
"look_distance": 8
}
1
2
3
4
2
3
4
polar_bear
Copy
"minecraft:behavior.look_at_player": {
"priority": 6,
"target_distance": 6.0,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
rabbit
Copy
"minecraft:behavior.look_at_player": {
"priority": 11
}
1
2
3
2
3
ravager
Copy
"minecraft:behavior.look_at_player": {
"priority": 7,
"look_distance": 6,
"angle_of_view_horizontal": 45,
"probability": 1
}
1
2
3
4
5
6
2
3
4
5
6
sheep
Copy
"minecraft:behavior.look_at_player": {
"priority": 8,
"look_distance": 6.0,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
shulker
Copy
"minecraft:behavior.look_at_player": {
"priority": 1,
"look_distance": 6.0,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
skeleton
Copy
"minecraft:behavior.look_at_player": {
"priority": 7,
"look_distance": 8
}
1
2
3
4
2
3
4
skeleton_horse
Copy
"minecraft:behavior.look_at_player": {
"priority": 7,
"look_distance": 6.0,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
snow_golem
Copy
"minecraft:behavior.look_at_player": {
"priority": 3,
"look_distance": 6.0
}
1
2
3
4
2
3
4
spider
Copy
"minecraft:behavior.look_at_player": {
"priority": 7,
"look_distance": 6.0,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
stray
Copy
"minecraft:behavior.look_at_player": {
"priority": 7,
"look_distance": 8
}
1
2
3
4
2
3
4
strider
Copy
"minecraft:behavior.look_at_player": {
"priority": 9,
"look_distance": 6.0,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
turtle
Copy
"minecraft:behavior.look_at_player": {
"priority": 8,
"target_distance": 6.0,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
vex
Copy
"minecraft:behavior.look_at_player": {
"priority": 9,
"look_distance": 6.0,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
villager
Copy
"minecraft:behavior.look_at_player": {
"priority": 12,
"look_distance": 8,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
villager_v2
Copy
"minecraft:behavior.look_at_player": {
"priority": 8,
"look_distance": 8,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
vindicator
Copy
"minecraft:behavior.look_at_player": {
"priority": 10,
"look_distance": 8,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
wandering_trader
Copy
"minecraft:behavior.look_at_player": {
"priority": 8,
"look_distance": 8,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
witch
Copy
"minecraft:behavior.look_at_player": {
"priority": 5,
"look_distance": 8.0
}
1
2
3
4
2
3
4
wither
Copy
"minecraft:behavior.look_at_player": {
"priority": 6,
"look_distance": 8
}
1
2
3
4
2
3
4
wither_skeleton
Copy
"minecraft:behavior.look_at_player": {
"priority": 7,
"look_distance": 8
}
1
2
3
4
2
3
4
wolf
Copy
"minecraft:behavior.look_at_player": {
"priority": 6,
"target_distance": 6.0,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
zoglin
Copy
"minecraft:behavior.look_at_player": {
"priority": 8,
"look_distance": 6.0,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
zombie
Copy
"minecraft:behavior.look_at_player": {
"priority": 8,
"look_distance": 6,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
zombie_horse
Copy
"minecraft:behavior.look_at_player": {
"priority": 7,
"look_distance": 6.0,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
zombie_pigman
Copy
"minecraft:behavior.look_at_player": {
"priority": 8,
"look_distance": 6.0,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
zombie_villager
Copy
"minecraft:behavior.look_at_player": {
"priority": 10,
"look_distance": 6,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
zombie_villager_v2
Copy
"minecraft:behavior.look_at_player": {
"priority": 10,
"look_distance": 6,
"probability": 0.02
}
1
2
3
4
5
2
3
4
5
minecraft:behavior.look_at_target
wither
Copy
"minecraft:behavior.look_at_target": {
"priority": 5
}
1
2
3
2
3
minecraft:behavior.look_at_trading_player
villager
Copy
"minecraft:behavior.look_at_trading_player": {
"priority": 2
}
1
2
3
2
3
villager_v2
Copy
"minecraft:behavior.look_at_trading_player": {
"priority": 7
}
1
2
3
2
3
wandering_trader
Copy
"minecraft:behavior.look_at_trading_player": {
"priority": 4
}
1
2
3
2
3
minecraft:behavior.make_love
villager
Copy
"minecraft:behavior.make_love": {
"priority": 6
}
1
2
3
2
3
villager_v2
Copy
"minecraft:behavior.make_love": {
"priority": 5
}
1
2
3
2
3
minecraft:behavior.melee_attack
axolotl
Copy
"minecraft:behavior.melee_attack": {
"priority": 4,
"on_kill": {
"event": "killed_enemy_event",
"target": "self"
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
bee
Copy
"minecraft:behavior.melee_attack": {
"priority": 2,
"attack_once": true,
"speed_multiplier": 1.4,
"on_attack": {
"event": "countdown_to_perish_event",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
blaze
Copy
"minecraft:behavior.melee_attack": {
"priority": 3
}
1
2
3
2
3
cave_spider
Copy
"minecraft:behavior.melee_attack": {
"priority": 3,
"track_target": true,
"random_stop_interval": 100,
"reach_multiplier": 0.8
}
1
2
3
4
5
6
2
3
4
5
6
Copy
"minecraft:behavior.melee_attack": {
"priority": 3,
"track_target": true,
"reach_multiplier": 1.4
}
1
2
3
4
5
2
3
4
5
creeper
Copy
"minecraft:behavior.melee_attack": {
"priority": 4,
"speed_multiplier": 1.25,
"track_target": false,
"reach_multiplier": 0.0
}
1
2
3
4
5
6
2
3
4
5
6
dolphin
Copy
"minecraft:behavior.melee_attack": {
"priority": 2,
"track_target": true
}
1
2
3
4
2
3
4
drowned
Copy
"minecraft:behavior.melee_attack": {
"priority": 3,
"speed_multiplier": 1,
"track_target": false,
"require_complete_path": true
}
1
2
3
4
5
6
2
3
4
5
6
enderman
Copy
"minecraft:behavior.melee_attack": {
"priority": 2
}
1
2
3
2
3
endermite
Copy
"minecraft:behavior.melee_attack": {
"priority": 3,
"track_target": true
}
1
2
3
4
2
3
4
fox
Copy
"minecraft:behavior.melee_attack": {
"priority": 10,
"track_target": true,
"require_complete_path": true,
"reach_multiplier": 1.5
}
1
2
3
4
5
6
2
3
4
5
6
Copy
"minecraft:behavior.melee_attack": {
"priority": 1,
"track_target": true,
"require_complete_path": true,
"reach_multiplier": 1.5
}
1
2
3
4
5
6
2
3
4
5
6
hoglin
Copy
"minecraft:behavior.melee_attack": {
"priority": 4,
"speed_multiplier": 1,
"track_target": true,
"reach_multiplier": 1.0,
"cooldown_time": 0.75
}
1
2
3
4
5
6
7
2
3
4
5
6
7
Copy
"minecraft:behavior.melee_attack": {
"priority": 4,
"speed_multiplier": 1,
"track_target": true,
"reach_multiplier": 2.5,
"cooldown_time": 2
}
1
2
3
4
5
6
7
2
3
4
5
6
7
husk
Copy
"minecraft:behavior.melee_attack": {
"priority": 3
}
1
2
3
2
3
iron_golem
Copy
"minecraft:behavior.melee_attack": {
"priority": 1,
"track_target": true
}
1
2
3
4
2
3
4
panda
Copy
"minecraft:behavior.melee_attack": {
"priority": 2,
"attack_once": true,
"track_target": true,
"reach_multiplier": 1.0
}
1
2
3
4
5
6
2
3
4
5
6
Copy
"minecraft:behavior.melee_attack": {
"priority": 2,
"track_target": true,
"reach_multiplier": 1.0
}
1
2
3
4
5
2
3
4
5
piglin
Copy
"minecraft:behavior.melee_attack": {
"priority": 8,
"speed_multiplier": 1.0,
"track_target": true
}
1
2
3
4
5
2
3
4
5
piglin_brute
Copy
"minecraft:behavior.melee_attack": {
"priority": 4,
"speed_multiplier": 1,
"track_target": true
}
1
2
3
4
5
2
3
4
5
pillager
Copy
"minecraft:behavior.melee_attack": {
"priority": 4,
"track_target": true
}
1
2
3
4
2
3
4
silverfish
Copy
"minecraft:behavior.melee_attack": {
"priority": 4,
"track_target": true
}
1
2
3
4
2
3
4
skeleton
Copy
"minecraft:behavior.melee_attack": {
"priority": 4,
"track_target": true,
"speed_multiplier": 1.25
}
1
2
3
4
5
2
3
4
5
spider
Copy
"minecraft:behavior.melee_attack": {
"priority": 3,
"track_target": true,
"reach_multiplier": 0.8
}
1
2
3
4
5
2
3
4
5
stray
Copy
"minecraft:behavior.melee_attack": {
"priority": 4,
"track_target": true,
"speed_multiplier": 1.25
}
1
2
3
4
5
2
3
4
5
vindicator
Copy
"minecraft:behavior.melee_attack": {
"priority": 3
}
1
2
3
2
3
wither_skeleton
Copy
"minecraft:behavior.melee_attack": {
"priority": 4,
"track_target": true,
"speed_multiplier": 1.25
}
1
2
3
4
5
2
3
4
5
wolf
Copy
"minecraft:behavior.melee_attack": {
"priority": 5
}
1
2
3
2
3
zoglin
Copy
"minecraft:behavior.melee_attack": {
"priority": 4,
"speed_multiplier": 1.4,
"track_target": true
}
1
2
3
4
5
2
3
4
5
zombie
Copy
"minecraft:behavior.melee_attack": {
"priority": 3
}
1
2
3
2
3
zombie_pigman
Copy
"minecraft:behavior.melee_attack": {
"priority": 4,
"speed_multiplier": 1.5
}
1
2
3
4
2
3
4
zombie_villager
Copy
"minecraft:behavior.melee_attack": {
"priority": 6
}
1
2
3
2
3
zombie_villager_v2
Copy
"minecraft:behavior.melee_attack": {
"priority": 6
}
1
2
3
2
3
minecraft:behavior.mingle
villager_v2
Copy
"minecraft:behavior.mingle": {}
1
Copy
"minecraft:behavior.mingle": {
"priority": 7,
"speed_multiplier": 0.5,
"duration": 30,
"cooldown_time": 10,
"mingle_partner_type": "minecraft:villager_v2",
"mingle_distance": 2.0
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
minecraft:behavior.mount_pathing
cat
Copy
"minecraft:behavior.mount_pathing": {
"priority": 1,
"speed_multiplier": 1.25,
"target_dist": 0,
"track_target": true
}
1
2
3
4
5
6
2
3
4
5
6
cave_spider
Copy
"minecraft:behavior.mount_pathing": {
"priority": 5,
"speed_multiplier": 1.25,
"target_dist": 0.0,
"track_target": true
}
1
2
3
4
5
6
2
3
4
5
6
chicken
Copy
"minecraft:behavior.mount_pathing": {
"priority": 2,
"speed_multiplier": 1.5,
"target_dist": 0.0,
"track_target": true
}
1
2
3
4
5
6
2
3
4
5
6
cow
Copy
"minecraft:behavior.mount_pathing": {
"priority": 2,
"speed_multiplier": 1.5,
"target_dist": 0.0,
"track_target": true
}
1
2
3
4
5
6
2
3
4
5
6
donkey
Copy
"minecraft:behavior.mount_pathing": {
"priority": 2,
"speed_multiplier": 1.5,
"target_dist": 0.0,
"track_target": true
}
1
2
3
4
5
6
2
3
4
5
6
horse
Copy
"minecraft:behavior.mount_pathing": {
"priority": 2,
"speed_multiplier": 1.5,
"target_dist": 0.0,
"track_target": true
}
1
2
3
4
5
6
2
3
4
5
6
husk
Copy
"minecraft:behavior.mount_pathing": {
"priority": 2,
"speed_multiplier": 1.25,
"target_dist": 0.0,
"track_target": true
}
1
2
3
4
5
6
2
3
4
5
6
llama
Copy
"minecraft:behavior.mount_pathing": {
"priority": 1,
"speed_multiplier": 1.25,
"target_dist": 0.0,
"track_target": true
}
1
2
3
4
5
6
2
3
4
5
6
mooshroom
Copy
"minecraft:behavior.mount_pathing": {
"priority": 2,
"speed_multiplier": 1.5,
"target_dist": 0.0,
"track_target": true
}
1
2
3
4
5
6
2
3
4
5
6
mule
Copy
"minecraft:behavior.mount_pathing": {
"priority": 2,
"speed_multiplier": 1.5,
"target_dist": 0.0,
"track_target": true
}
1
2
3
4
5
6
2
3
4
5
6
ocelot
Copy
"minecraft:behavior.mount_pathing": {
"priority": 1,
"speed_multiplier": 1.25,
"target_dist": 0,
"track_target": true
}
1
2
3
4
5
6
2
3
4
5
6
panda
Copy
"minecraft:behavior.mount_pathing": {
"priority": 5,
"speed_multiplier": 1.5,
"target_dist": 0.0,
"track_target": true
}
1
2
3
4
5
6
2
3
4
5
6
pig
Copy
"minecraft:behavior.mount_pathing": {
"priority": 1,
"speed_multiplier": 1.25,
"target_dist": 0.0,
"track_target": true
}
1
2
3
4
5
6
2
3
4
5
6
ravager
Copy
"minecraft:behavior.mount_pathing": {
"priority": 5,
"speed_multiplier": 1.25,
"target_dist": 0.0,
"track_target": true
}
1
2
3
4
5
6
2
3
4
5
6
sheep
Copy
"minecraft:behavior.mount_pathing": {
"priority": 2,
"speed_multiplier": 1.5,
"target_dist": 0.0,
"track_target": true
}
1
2
3
4
5
6
2
3
4
5
6
skeleton_horse
Copy
"minecraft:behavior.mount_pathing": {
"priority": 2,
"speed_multiplier": 1.5,
"target_dist": 4.0,
"track_target": true
}
1
2
3
4
5
6
2
3
4
5
6
spider
Copy
"minecraft:behavior.mount_pathing": {
"priority": 5,
"speed_multiplier": 1.25,
"target_dist": 0.0,
"track_target": true
}
1
2
3
4
5
6
2
3
4
5
6
wolf
Copy
"minecraft:behavior.mount_pathing": {
"priority": 1,
"speed_multiplier": 1.25,
"target_dist": 0,
"track_target": true
}
1
2
3
4
5
6
2
3
4
5
6
zombie
Copy
"minecraft:behavior.mount_pathing": {
"priority": 2,
"speed_multiplier": 1.25,
"target_dist": 0.0,
"track_target": true
}
1
2
3
4
5
6
2
3
4
5
6
zombie_horse
Copy
"minecraft:behavior.mount_pathing": {
"priority": 2,
"speed_multiplier": 1.5,
"target_dist": 0.0,
"track_target": true
}
1
2
3
4
5
6
2
3
4
5
6
zombie_pigman
Copy
"minecraft:behavior.mount_pathing": {
"priority": 2,
"speed_multiplier": 1.25,
"target_dist": 0,
"track_target": true
}
1
2
3
4
5
6
2
3
4
5
6
zombie_villager
Copy
"minecraft:behavior.mount_pathing": {
"priority": 5,
"speed_multiplier": 1.25,
"target_dist": 0.0,
"track_target": true
}
1
2
3
4
5
6
2
3
4
5
6
zombie_villager_v2
Copy
"minecraft:behavior.mount_pathing": {
"priority": 5,
"speed_multiplier": 1.25,
"target_dist": 0.0,
"track_target": true
}
1
2
3
4
5
6
2
3
4
5
6
minecraft:behavior.move_indoors
villager
Copy
"minecraft:behavior.move_indoors": {
"priority": 4,
"speed_multiplier": 0.8
}
1
2
3
4
2
3
4
villager_v2
Copy
"minecraft:behavior.move_indoors": {
"priority": 6,
"speed_multiplier": 0.8,
"timeout_cooldown": 8.0
}
1
2
3
4
5
2
3
4
5
minecraft:behavior.move_through_village
iron_golem
Copy
"minecraft:behavior.move_through_village": {
"priority": 3,
"speed_multiplier": 0.6,
"only_at_night": true
}
1
2
3
4
5
2
3
4
5
minecraft:behavior.move_to_block
bee
Copy
"minecraft:behavior.move_to_block": {
"priority": 10,
"tick_interval": 1,
"start_chance": 0.5,
"search_range": 6,
"search_height": 4,
"goal_radius": 1.0,
"stay_duration": 20.0,
"target_selection_method": "random",
"target_offset": [
0,
0.25,
0
],
"target_blocks": [
"minecraft:red_flower",
"minecraft:yellow_flower",
"minecraft:wither_rose",
"minecraft:double_plant:8",
"minecraft:double_plant:9",
"minecraft:double_plant:12",
"minecraft:double_plant:13",
"minecraft:flowering_azalea",
"minecraft:azalea_leaves_flowered"
],
"on_stay_completed": [
{
"event": "collected_nectar",
"target": "self"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Copy
"minecraft:behavior.move_to_block": {
"priority": 10,
"search_range": 16,
"search_height": 10,
"tick_interval": 1,
"goal_radius": 0.633,
"target_blocks": [
"bee_nest",
"beehive"
],
"on_reach": [
{
"event": "minecraft:bee_returned_to_hive",
"target": "block"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
minecraft:behavior.move_to_land
turtle
Copy
"minecraft:behavior.move_to_land": {
"priority": 6,
"search_range": 16,
"search_height": 5,
"goal_radius": 0.5
}
1
2
3
4
5
6
2
3
4
5
6
minecraft:behavior.move_to_liquid
strider
Copy
"minecraft:behavior.move_to_liquid": {
"priority": 7,
"search_range": 16,
"search_height": 10,
"goal_radius": 0.9,
"material_type": "Lava",
"search_count": 30
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
minecraft:behavior.move_to_random_block
pillager
Copy
"minecraft:behavior.move_to_random_block": {
"priority": 6,
"speed_multiplier": 0.55,
"within_radius": 8,
"block_distance": 512
}
1
2
3
4
5
6
2
3
4
5
6
vindicator
Copy
"minecraft:behavior.move_to_random_block": {
"priority": 5,
"speed_multiplier": 0.55,
"within_radius": 8,
"block_distance": 512
}
1
2
3
4
5
6
2
3
4
5
6
minecraft:behavior.move_to_village
evocation_illager
Copy
"minecraft:behavior.move_to_village": {
"priority": 6,
"speed_multiplier": 0.7
}
1
2
3
4
2
3
4
pillager
Copy
"minecraft:behavior.move_to_village": {
"priority": 5,
"speed_multiplier": 1.0,
"goal_radius": 2.0
}
1
2
3
4
5
2
3
4
5
ravager
Copy
"minecraft:behavior.move_to_village": {
"priority": 5,
"speed_multiplier": 1.0,
"goal_radius": 2.0
}
1
2
3
4
5
2
3
4
5
vindicator
Copy
"minecraft:behavior.move_to_village": {
"priority": 4,
"speed_multiplier": 1.0,
"goal_radius": 2.0
}
1
2
3
4
5
2
3
4
5
witch
Copy
"minecraft:behavior.move_to_village": {
"priority": 3,
"speed_multiplier": 1.2,
"goal_radius": 2.0
}
1
2
3
4
5
2
3
4
5
minecraft:behavior.move_to_water
axolotl
Copy
"minecraft:behavior.move_to_water": {
"priority": 6,
"search_range": 16,
"search_height": 5,
"search_count": 1,
"goal_radius": 0.1
}
1
2
3
4
5
6
7
2
3
4
5
6
7
dolphin
Copy
"minecraft:behavior.move_to_water": {
"priority": 1,
"search_range": 15,
"search_height": 5
}
1
2
3
4
5
2
3
4
5
turtle
Copy
"minecraft:behavior.move_to_water": {
"priority": 4,
"search_range": 16,
"search_height": 5,
"goal_radius": 1.5
}
1
2
3
4
5
6
2
3
4
5
6
Copy
"minecraft:behavior.move_to_water": {
"priority": 1,
"search_range": 15,
"search_height": 5,
"goal_radius": 0.1
}
1
2
3
4
5
6
2
3
4
5
6
minecraft:behavior.move_towards_dwelling_restriction
cat
Copy
"minecraft:behavior.move_towards_dwelling_restriction": {
"priority": 7
}
1
2
3
2
3
iron_golem
Copy
"minecraft:behavior.move_towards_dwelling_restriction": {
"priority": 4,
"speed_multiplier": 1
}
1
2
3
4
2
3
4
villager_v2
Copy
"minecraft:behavior.move_towards_dwelling_restriction": {
"priority": 10,
"speed_multiplier": 0.6
}
1
2
3
4
2
3
4
minecraft:behavior.move_towards_home_restriction
bee
Copy
"minecraft:behavior.move_towards_home_restriction": {
"priority": 9
}
1
2
3
2
3
elder_guardian
Copy
"minecraft:behavior.move_towards_home_restriction": {
"priority": 5,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
guardian
Copy
"minecraft:behavior.move_towards_home_restriction": {
"priority": 5,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
minecraft:behavior.move_towards_target
iron_golem
Copy
"minecraft:behavior.move_towards_target": {
"priority": 2,
"speed_multiplier": 0.9,
"within_radius": 32
}
1
2
3
4
5
2
3
4
5
minecraft:behavior.nap
fox
Copy
"minecraft:behavior.nap": {
"priority": 8,
"cooldown_min": 2.0,
"cooldown_max": 7.0,
"mob_detect_dist": 12.0,
"mob_detect_height": 6.0,
"can_nap_filters": {
"all_of": [
{
"test": "in_water",
"subject": "self",
"operator": "==",
"value": false
},
{
"test": "on_ground",
"subject": "self",
"operator": "==",
"value": true
},
{
"test": "is_underground",
"subject": "self",
"operator": "==",
"value": true
},
{
"test": "weather_at_position",
"subject": "self",
"operator": "!=",
"value": "thunderstorm"
}
]
},
"wake_mob_exceptions": {
"any_of": [
{
"test": "trusts",
"subject": "other",
"operator": "==",
"value": true
},
{
"test": "is_family",
"subject": "other",
"operator": "==",
"value": "fox"
},
{
"test": "is_sneaking",
"subject": "other",
"operator": "==",
"value": true
}
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
minecraft:behavior.nearest_attackable_target
axolotl
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 3,
"must_see": true,
"reselect_targets": true,
"within_radius": 20.0,
"must_see_forget_duration": 17.0,
"entity_types": [
{
"filters": {
"all_of": [
{
"test": "in_water",
"subject": "other",
"value": true
},
{
"test": "has_component",
"subject": "self",
"operator": "!=",
"value": "minecraft:attack_cooldown"
},
{
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "squid"
},
{
"test": "is_family",
"subject": "other",
"value": "fish"
}
]
}
]
},
"max_dist": 8
},
{
"filters": {
"all_of": [
{
"test": "in_water",
"subject": "other",
"value": true
},
{
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "drowned"
},
{
"test": "is_family",
"subject": "other",
"value": "guardian"
},
{
"test": "is_family",
"subject": "other",
"value": "guardian_elder"
}
]
}
]
},
"max_dist": 8
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
bee
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 10
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
blaze
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"must_see": true,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 48.0
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
cat
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 1,
"reselect_targets": true,
"within_radius": 16.0,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "rabbit"
},
"max_dist": 8
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "baby_turtle"
},
{
"test": "in_water",
"subject": "other",
"operator": "!=",
"value": true
}
]
},
"max_dist": 8
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
cave_spider
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"must_see": true,
"attack_interval": 5,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "snowgolem"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
}
]
},
"max_dist": 16
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"must_see": true,
"attack_interval": 10,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "snowgolem"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
}
]
},
"max_dist": 16
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
creeper
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 1,
"must_see": true,
"must_see_forget_duration": 3.0,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 16
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
drowned
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"reselect_targets": true,
"must_see": true,
"within_radius": 12.0,
"must_see_forget_duration": 17.0,
"persist_time": 0.5,
"entity_types": [
{
"filters": {
"all_of": [
{
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "snowgolem"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
},
{
"test": "is_family",
"subject": "other",
"value": "axolotl"
}
]
},
{
"any_of": [
{
"test": "in_water",
"subject": "other",
"value": true
},
{
"test": "is_daytime",
"value": false
}
]
}
]
},
"max_dist": 20
},
{
"filters": {
"all_of": [
{
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "villager"
},
{
"test": "is_family",
"subject": "other",
"value": "wandering_trader"
}
]
},
{
"any_of": [
{
"test": "in_water",
"subject": "other",
"value": true
},
{
"test": "is_daytime",
"value": false
}
]
}
]
},
"max_dist": 20,
"must_see": false
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "baby_turtle"
},
{
"test": "in_water",
"subject": "other",
"operator": "!=",
"value": true
}
]
},
"max_dist": 20
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
elder_guardian
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 1,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "squid"
},
{
"test": "is_family",
"subject": "other",
"value": "axolotl"
}
]
},
"max_dist": 16
}
],
"attack_interval_min": 1.0,
"must_see": true
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
enderman
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 5,
"must_see": true,
"attack_interval": 10,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "endermite"
},
"max_dist": 64
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
endermite
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 5,
"must_see": true,
"within_radius": 16.0,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "enderman"
}
]
},
"max_dist": 16
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
evocation_illager
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "snowgolem"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
},
{
"test": "is_family",
"subject": "other",
"value": "wandering_trader"
}
]
},
"max_dist": 20
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "villager"
},
{
"test": "has_component",
"subject": "other",
"operator": "!=",
"value": "minecraft:is_baby"
}
]
},
"max_dist": 20
}
],
"must_see": true
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
ghast
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 28
}
],
"must_see": true
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
goat
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 6,
"within_radius": 16,
"entity_types": [
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"operator": "!=",
"value": "goat"
},
{
"test": "has_component",
"subject": "self",
"operator": "!=",
"value": "minecraft:attack_cooldown"
}
]
},
"max_dist": 16
}
],
"must_see": true
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
guardian
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 1,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "squid"
},
{
"test": "is_family",
"subject": "other",
"value": "axolotl"
}
]
},
"max_dist": 16
}
],
"attack_interval_min": 1.0,
"must_see": true
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
hoglin
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 4,
"within_radius": 16.0,
"entity_types": [
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_component",
"subject": "self",
"operator": "!=",
"value": "minecraft:attack_cooldown"
}
]
},
"max_dist": 16
}
],
"must_see": true
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
husk
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"must_see": true,
"reselect_targets": true,
"within_radius": 25.0,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "snowgolem"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
}
]
},
"max_dist": 35
},
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "villager"
},
{
"test": "is_family",
"subject": "other",
"value": "wandering_trader"
}
]
},
"max_dist": 35,
"must_see": false
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "baby_turtle"
},
{
"test": "in_water",
"subject": "other",
"operator": "!=",
"value": true
}
]
},
"max_dist": 35
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
iron_golem
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 3,
"must_reach": true,
"must_see": true,
"entity_types": [
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "monster"
},
{
"test": "is_family",
"subject": "other",
"operator": "!=",
"value": "creeper"
}
]
},
"within_default": 10
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "hoglin"
},
{
"test": "is_difficulty",
"operator": "!=",
"value": "peaceful"
}
]
},
"max_dist": 16
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "zoglin"
},
{
"test": "is_difficulty",
"operator": "!=",
"value": "peaceful"
}
]
},
"max_dist": 16
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
llama
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"attack_interval": 16,
"entity_types": [
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "wolf"
},
{
"test": "has_component",
"subject": "other",
"operator": "!=",
"value": "minecraft:is_tamed"
}
]
},
"max_dist": 10
}
],
"must_see": false,
"must_reach": true
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
magma_cube
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 16
}
],
"must_see": true
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
ocelot
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 1,
"reselect_targets": true,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "chicken"
},
"max_dist": 8
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "baby_turtle"
},
{
"test": "in_water",
"subject": "other",
"operator": "!=",
"value": true
}
]
},
"max_dist": 8
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
phantom
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 1,
"reselect_targets": true,
"scan_interval": 20,
"within_radius": 64.0,
"must_see_forget_duration": 0.5,
"target_search_height": 80.0,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 64
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
piglin
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 7,
"within_radius": 16.0,
"persist_time": 2.0,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "wither"
}
]
},
"max_dist": 16
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "self",
"value": "piglin_hunter"
},
{
"test": "is_family",
"subject": "other",
"value": "hoglin_huntable"
},
{
"test": "has_component",
"subject": "other",
"operator": "!=",
"value": "minecraft:is_baby"
},
{
"test": "has_component",
"subject": "self",
"operator": "!=",
"value": "minecraft:attack_cooldown"
}
]
},
"max_dist": 16
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_equipment",
"subject": "other",
"domain": "head",
"operator": "!=",
"value": "golden_helmet"
},
{
"test": "has_equipment",
"subject": "other",
"domain": "torso",
"operator": "!=",
"value": "golden_chestplate"
},
{
"test": "has_equipment",
"subject": "other",
"domain": "leg",
"operator": "!=",
"value": "golden_leggings"
},
{
"test": "has_equipment",
"subject": "other",
"domain": "feet",
"operator": "!=",
"value": "golden_boots"
}
]
},
"max_dist": 16
},
{
"filters": {
"any_of": [
{
"test": "has_container_open",
"subject": "other",
"operator": "==",
"value": true
}
]
},
"max_dist": 16
}
],
"must_see": true
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 7,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 16
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
piglin_brute
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 3,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 16
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
pillager
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"must_see": true,
"reselect_targets": true,
"within_radius": 16.0,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
},
{
"test": "is_family",
"subject": "other",
"value": "wandering_trader"
}
]
},
"max_dist": 16
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "villager"
},
{
"test": "has_component",
"subject": "other",
"operator": "!=",
"value": "minecraft:is_baby"
}
]
},
"max_dist": 16
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
polar_bear
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 4,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 16
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 4,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "fox"
},
"max_dist": 16
}
],
"must_see": false
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
ravager
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 3,
"must_see": true,
"within_radius": 16.0,
"entity_types": [
{
"filters": {
"any_of": [
{
"subject": "other",
"test": "is_family",
"value": "player"
},
{
"subject": "other",
"test": "is_family",
"value": "irongolem"
}
]
},
"max_dist": 16
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "villager"
},
{
"test": "has_component",
"subject": "other",
"operator": "!=",
"value": "minecraft:is_baby"
}
]
},
"max_dist": 16
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
shulker
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 3,
"entity_types": {
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 16
},
"must_see": true
}
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
silverfish
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"attack_interval": 10,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "snowgolem"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
}
]
},
"max_dist": 8
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
skeleton
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"must_see": true,
"reselect_targets": true,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 16
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "irongolem"
},
"max_dist": 16
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "baby_turtle"
},
{
"test": "in_water",
"subject": "other",
"operator": "!=",
"value": true
}
]
},
"max_dist": 16
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
slime
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "snowgolem"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
}
]
},
"max_dist": 16
}
],
"must_see": true
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
snow_golem
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 1,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "monster"
},
"within_default": 6
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
spider
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"must_see": true,
"attack_interval": 5,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "snowgolem"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
}
]
},
"max_dist": 16
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
stray
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"must_see": true,
"reselect_targets": true,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 16
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "irongolem"
},
"max_dist": 16
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "baby_turtle"
},
{
"test": "in_water",
"subject": "other",
"operator": "!=",
"value": true
}
]
},
"max_dist": 16
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
vex
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 3,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
},
{
"test": "is_family",
"subject": "other",
"value": "wandering_trader"
}
]
},
"max_dist": 70
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "villager"
},
{
"test": "has_component",
"subject": "other",
"operator": "!=",
"value": "minecraft:is_baby"
}
]
},
"max_dist": 70
}
],
"must_see": true
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
vindicator
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"must_see": true,
"within_radius": 12.0,
"must_see_forget_duration": 40.0,
"entity_types": [
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"operator": "!=",
"value": "illager"
}
]
},
"max_dist": 12
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"must_see": true,
"within_radius": 12.0,
"must_see_forget_duration": 40.0,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "snowgolem"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
},
{
"test": "is_family",
"subject": "other",
"value": "wandering_trader"
}
]
},
"max_dist": 12
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "villager"
},
{
"test": "has_component",
"subject": "other",
"operator": "!=",
"value": "minecraft:is_baby"
}
]
},
"max_dist": 12
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
witch
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "snowgolem"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
}
]
},
"max_dist": 10
}
],
"must_reach": true
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
wither
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 3,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 70
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"operator": "!=",
"value": "undead"
},
{
"test": "is_family",
"subject": "other",
"operator": "!=",
"value": "inanimate"
}
]
},
"max_dist": 70
}
],
"must_see": true
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
wither_skeleton
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"reselect_targets": true,
"must_see": true,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 16
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "piglin"
},
{
"test": "is_difficulty",
"operator": "!=",
"value": "peaceful"
}
]
},
"max_dist": 16
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "irongolem"
},
"max_dist": 16
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "baby_turtle"
},
{
"test": "in_water",
"subject": "other",
"operator": "!=",
"value": true
}
]
},
"max_dist": 16
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
wolf
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 4,
"reselect_targets": true,
"must_see": true,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "skeleton"
},
{
"test": "is_family",
"subject": "other",
"value": "sheep"
},
{
"test": "is_family",
"subject": "other",
"value": "rabbit"
},
{
"test": "is_family",
"subject": "other",
"value": "fox"
}
]
},
"max_dist": 16
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "baby_turtle"
},
{
"test": "in_water",
"subject": "other",
"operator": "!=",
"value": true
}
]
},
"max_dist": 16
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "skeleton"
},
{
"test": "is_underwater",
"subject": "other",
"operator": "!=",
"value": true
}
]
},
"max_dist": 16
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 5,
"must_see": true,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "skeleton"
},
"max_dist": 16
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
zoglin
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 3,
"within_radius": 16.0,
"entity_types": [
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"operator": "!=",
"value": "zoglin"
},
{
"test": "is_family",
"subject": "other",
"operator": "!=",
"value": "creeper"
}
]
},
"max_dist": 16
}
],
"must_see": true
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
zombie
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"must_see": true,
"reselect_targets": true,
"within_radius": 25.0,
"must_see_forget_duration": 17.0,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "snowgolem"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
}
]
},
"max_dist": 35
},
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "villager"
},
{
"test": "is_family",
"subject": "other",
"value": "wandering_trader"
}
]
},
"max_dist": 35,
"must_see": false
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "baby_turtle"
},
{
"test": "in_water",
"subject": "other",
"operator": "!=",
"value": true
}
]
},
"max_dist": 35
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
zombie_villager
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"must_see": true,
"reselect_targets": true,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "snowgolem"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
}
]
},
"max_dist": 35
},
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "villager"
},
{
"test": "is_family",
"subject": "other",
"value": "wandering_trader"
}
]
},
"max_dist": 35,
"must_see": false
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "baby_turtle"
},
{
"test": "in_water",
"subject": "other",
"operator": "!=",
"value": true
}
]
},
"max_dist": 35
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
zombie_villager_v2
Copy
"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"must_see": true,
"reselect_targets": true,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "snowgolem"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
},
{
"test": "is_family",
"subject": "other",
"value": "villager"
},
{
"test": "is_family",
"subject": "other",
"value": "wandering_trader"
}
]
},
"max_dist": 35
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "baby_turtle"
},
{
"test": "in_water",
"subject": "other",
"operator": "!=",
"value": true
}
]
},
"max_dist": 35
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
minecraft:behavior.nearest_prioritized_attackable_target
fox
Copy
"minecraft:behavior.nearest_prioritized_attackable_target": {
"priority": 6,
"attack_interval": 2,
"reselect_targets": true,
"target_search_height": 5,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "rabbit"
},
"max_dist": 12,
"priority": 0
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "chicken"
},
"max_dist": 12,
"priority": 0
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "cod"
},
"max_dist": 12,
"priority": 1
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "salmon"
},
"max_dist": 12,
"priority": 1
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "tropicalfish"
},
"max_dist": 12,
"priority": 1
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "baby_turtle"
},
{
"test": "in_water",
"subject": "other",
"operator": "!=",
"value": true
}
]
},
"max_dist": 12,
"priority": 0
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Copy
"minecraft:behavior.nearest_prioritized_attackable_target": {
"priority": 6,
"attack_interval": 2,
"reselect_targets": true,
"target_search_height": 5,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "rabbit"
},
"max_dist": 12,
"priority": 1
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "chicken"
},
"max_dist": 12,
"priority": 1
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "cod"
},
"max_dist": 12,
"priority": 0
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "salmon"
},
"max_dist": 12,
"priority": 0
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "tropicalfish"
},
"max_dist": 12,
"priority": 0
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "baby_turtle"
},
{
"test": "in_water",
"subject": "other",
"operator": "!=",
"value": true
}
]
},
"max_dist": 12,
"priority": 1
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
piglin_brute
Copy
"minecraft:behavior.nearest_prioritized_attackable_target": {
"priority": 3,
"within_radius": 12.0,
"persist_time": 2.0,
"must_see": true,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 12,
"priority": 0
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "wither"
},
"max_dist": 12,
"priority": 1
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
minecraft:behavior.ocelot_sit_on_block
cat
Copy
"minecraft:behavior.ocelot_sit_on_block": {
"priority": 7,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
ocelot
Copy
"minecraft:behavior.ocelot_sit_on_block": {
"priority": 6,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
minecraft:behavior.ocelotattack
cat
Copy
"minecraft:behavior.ocelotattack": {
"priority": 4,
"cooldown_time": 1.0,
"x_max_rotation": 30.0,
"y_max_head_rotation": 30.0,
"max_distance": 15.0,
"max_sneak_range": 15.0,
"max_sprint_range": 4.0,
"reach_multiplier": 2.0,
"sneak_speed_multiplier": 0.6,
"sprint_speed_multiplier": 1.33,
"walk_speed_multiplier": 0.8
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
ocelot
Copy
"minecraft:behavior.ocelotattack": {
"priority": 4,
"cooldown_time": 1.0,
"x_max_rotation": 30.0,
"y_max_head_rotation": 30.0,
"max_distance": 15.0,
"max_sneak_range": 15.0,
"max_sprint_range": 4.0,
"reach_multiplier": 2.0,
"sneak_speed_multiplier": 0.6,
"sprint_speed_multiplier": 1.33,
"walk_speed_multiplier": 0.8
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
minecraft:behavior.offer_flower
iron_golem
Copy
"minecraft:behavior.offer_flower": {
"priority": 5
}
1
2
3
2
3
minecraft:behavior.open_door
villager
Copy
"minecraft:behavior.open_door": {
"priority": 6,
"close_door_after": true
}
1
2
3
4
2
3
4
wandering_trader
Copy
"minecraft:behavior.open_door": {
"priority": 6,
"close_door_after": true
}
1
2
3
4
2
3
4
minecraft:behavior.owner_hurt_by_target
wolf
Copy
"minecraft:behavior.owner_hurt_by_target": {
"priority": 1
}
1
2
3
2
3
minecraft:behavior.owner_hurt_target
Copy
"minecraft:behavior.owner_hurt_target": {
"priority": 2
}
1
2
3
2
3
minecraft:behavior.panic
bee
Copy
"minecraft:behavior.panic": {
"priority": 1,
"speed_multiplier": 1.25,
"force": true
}
1
2
3
4
5
2
3
4
5
cat
Copy
"minecraft:behavior.panic": {
"priority": 1,
"speed_multiplier": 1.25
}
1
2
3
4
2
3
4
chicken
Copy
"minecraft:behavior.panic": {
"priority": 1,
"speed_multiplier": 1.5
}
1
2
3
4
2
3
4
cow
Copy
"minecraft:behavior.panic": {
"priority": 1,
"speed_multiplier": 1.25
}
1
2
3
4
2
3
4
dolphin
Copy
"minecraft:behavior.panic": {
"priority": 1,
"speed_multiplier": 1.25
}
1
2
3
4
2
3
4
donkey
Copy
"minecraft:behavior.panic": {
"priority": 1,
"speed_multiplier": 1.2
}
1
2
3
4
2
3
4
fox
Copy
"minecraft:behavior.panic": {
"priority": 1,
"speed_multiplier": 1.25
}
1
2
3
4
2
3
4
Copy
"minecraft:behavior.panic": {
"priority": 2,
"speed_multiplier": 1.25
}
1
2
3
4
2
3
4
goat
Copy
"minecraft:behavior.panic": {
"priority": 1,
"speed_multiplier": 1
}
1
2
3
4
2
3
4
hoglin
Copy
"minecraft:behavior.panic": {
"priority": 1,
"speed_multiplier": 1
}
1
2
3
4
2
3
4
horse
Copy
"minecraft:behavior.panic": {
"priority": 3,
"speed_multiplier": 1.2
}
1
2
3
4
2
3
4
llama
Copy
"minecraft:behavior.panic": {
"priority": 4,
"speed_multiplier": 1.2
}
1
2
3
4
2
3
4
mooshroom
Copy
"minecraft:behavior.panic": {
"priority": 1,
"speed_multiplier": 1.25
}
1
2
3
4
2
3
4
mule
Copy
"minecraft:behavior.panic": {
"priority": 1,
"speed_multiplier": 1.2
}
1
2
3
4
2
3
4
ocelot
Copy
"minecraft:behavior.panic": {
"priority": 1,
"speed_multiplier": 1.25
}
1
2
3
4
2
3
4
panda
Copy
"minecraft:behavior.panic": {
"priority": 1,
"speed_multiplier": 1.25
}
1
2
3
4
2
3
4
Copy
"minecraft:behavior.panic": {
"priority": 1,
"speed_multiplier": 2.5
}
1
2
3
4
2
3
4
Copy
"minecraft:behavior.panic": {
"priority": 1,
"speed_multiplier": 1.25,
"ignore_mob_damage": true
}
1
2
3
4
5
2
3
4
5
parrot
Copy
"minecraft:behavior.panic": {
"priority": 0,
"speed_multiplier": 1.25
}
1
2
3
4
2
3
4
pig
Copy
"minecraft:behavior.panic": {
"priority": 3,
"speed_multiplier": 1.25
}
1
2
3
4
2
3
4
piglin
Copy
"minecraft:behavior.panic": {
"priority": 1,
"speed_multiplier": 1.1
}
1
2
3
4
2
3
4
polar_bear
Copy
"minecraft:behavior.panic": {
"priority": 2,
"speed_multiplier": 2.0
}
1
2
3
4
2
3
4
rabbit
Copy
"minecraft:behavior.panic": {
"priority": 1,
"speed_multiplier": 2.2
}
1
2
3
4
2
3
4
sheep
Copy
"minecraft:behavior.panic": {
"priority": 1,
"speed_multiplier": 1.25
}
1
2
3
4
2
3
4
skeleton_horse
Copy
"minecraft:behavior.panic": {
"priority": 1,
"speed_multiplier": 1.2
}
1
2
3
4
2
3
4
strider
Copy
"minecraft:behavior.panic": {
"priority": 3,
"speed_multiplier": 1.1,
"panic_sound": "panic",
"sound_interval": {
"range_min": 1.0,
"range_max": 3.0
}
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
turtle
Copy
"minecraft:behavior.panic": {
"priority": 0,
"prefer_water": true,
"speed_multiplier": 1.2
}
1
2
3
4
5
2
3
4
5
villager
Copy
"minecraft:behavior.panic": {
"priority": 3,
"speed_multiplier": 0.6
}
1
2
3
4
2
3
4
villager_v2
Copy
"minecraft:behavior.panic": {
"priority": 1,
"speed_multiplier": 0.6
}
1
2
3
4
2
3
4
wandering_trader
Copy
"minecraft:behavior.panic": {
"priority": 1,
"speed_multiplier": 0.6
}
1
2
3
4
2
3
4
zombie_horse
Copy
"minecraft:behavior.panic": {
"priority": 1,
"speed_multiplier": 1.2
}
1
2
3
4
2
3
4
minecraft:behavior.pet_sleep_with_owner
cat
Copy
"minecraft:behavior.pet_sleep_with_owner": {
"priority": 2,
"speed_multiplier": 1.2,
"search_radius": 10,
"search_height": 10,
"goal_radius": 1.0
}
1
2
3
4
5
6
7
2
3
4
5
6
7
minecraft:behavior.pickup_items
drowned
Copy
"minecraft:behavior.pickup_items": {
"priority": 6,
"max_dist": 3,
"goal_radius": 2,
"speed_multiplier": 1.0,
"pickup_based_on_chance": true,
"can_pickup_any_item": true
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
fox
Copy
"minecraft:behavior.pickup_items": {
"priority": 11,
"max_dist": 3,
"goal_radius": 2,
"speed_multiplier": 0.5
}
1
2
3
4
5
6
2
3
4
5
6
husk
Copy
"minecraft:behavior.pickup_items": {
"priority": 6,
"max_dist": 3,
"goal_radius": 2,
"speed_multiplier": 1.0,
"pickup_based_on_chance": true,
"can_pickup_any_item": true
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
piglin
Copy
"minecraft:behavior.pickup_items": {
"priority": 6,
"max_dist": 10,
"goal_radius": 2,
"speed_multiplier": 0.8,
"pickup_based_on_chance": false,
"can_pickup_any_item": false,
"cooldown_after_being_attacked": 20.0
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
pillager
Copy
"minecraft:behavior.pickup_items": {
"priority": 7,
"max_dist": 3,
"goal_radius": 2,
"speed_multiplier": 1.0
}
1
2
3
4
5
6
2
3
4
5
6
skeleton
Copy
"minecraft:behavior.pickup_items": {
"priority": 5,
"max_dist": 3,
"goal_radius": 2,
"speed_multiplier": 1.0,
"pickup_based_on_chance": true,
"can_pickup_any_item": true
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
stray
Copy
"minecraft:behavior.pickup_items": {
"priority": 5,
"max_dist": 3,
"goal_radius": 2,
"speed_multiplier": 1.0,
"pickup_based_on_chance": true,
"can_pickup_any_item": true
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
villager
Copy
"minecraft:behavior.pickup_items": {
"priority": 9,
"max_dist": 3,
"goal_radius": 2,
"speed_multiplier": 0.5,
"can_pickup_to_hand_or_equipment": false
}
1
2
3
4
5
6
7
2
3
4
5
6
7
villager_v2
Copy
"minecraft:behavior.pickup_items": {
"priority": 4,
"max_dist": 3,
"goal_radius": 2,
"speed_multiplier": 0.5,
"can_pickup_to_hand_or_equipment": false
}
1
2
3
4
5
6
7
2
3
4
5
6
7
wither_skeleton
Copy
"minecraft:behavior.pickup_items": {
"priority": 5,
"max_dist": 3,
"goal_radius": 2,
"speed_multiplier": 1.0,
"pickup_based_on_chance": true
}
1
2
3
4
5
6
7
2
3
4
5
6
7
zombie
Copy
"minecraft:behavior.pickup_items": {
"priority": 6,
"max_dist": 3,
"goal_radius": 2,
"speed_multiplier": 1.0,
"pickup_based_on_chance": true,
"can_pickup_any_item": true
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
zombie_pigman
Copy
"minecraft:behavior.pickup_items": {
"priority": 6,
"max_dist": 3,
"goal_radius": 2,
"speed_multiplier": 1.0,
"pickup_based_on_chance": true,
"can_pickup_any_item": true
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
zombie_villager
Copy
"minecraft:behavior.pickup_items": {
"priority": 8,
"max_dist": 3,
"goal_radius": 2,
"speed_multiplier": 1.0,
"pickup_based_on_chance": true,
"can_pickup_any_item": true
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
zombie_villager_v2
Copy
"minecraft:behavior.pickup_items": {
"priority": 8,
"max_dist": 3,
"goal_radius": 2,
"speed_multiplier": 1.0,
"pickup_based_on_chance": true,
"can_pickup_any_item": true
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
minecraft:behavior.play
villager
Copy
"minecraft:behavior.play": {
"priority": 8,
"speed_multiplier": 0.32
}
1
2
3
4
2
3
4
villager_v2
Copy
"minecraft:behavior.play": {
"priority": 8,
"speed_multiplier": 0.32
}
1
2
3
4
2
3
4
minecraft:behavior.play_dead
axolotl
Copy
"minecraft:behavior.play_dead": {
"priority": 0,
"duration": 10,
"force_below_health": 8,
"random_start_chance": 0.33,
"random_damage_range": [
0,
2
],
"damage_sources": [
"contact",
"entity_attack",
"entity_explosion",
"magic",
"projectile",
"thorns",
"wither"
],
"apply_regeneration": true,
"filters": {
"test": "in_water",
"operator": "==",
"value": true
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
minecraft:behavior.player_ride_tamed
donkey
Copy
"minecraft:behavior.player_ride_tamed": {}
1
horse
Copy
"minecraft:behavior.player_ride_tamed": {}
1
mule
Copy
"minecraft:behavior.player_ride_tamed": {}
1
skeleton_horse
Copy
"minecraft:behavior.player_ride_tamed": {}
1
zombie_horse
Copy
"minecraft:behavior.player_ride_tamed": {}
1
minecraft:behavior.raid_garden
fox
Copy
"minecraft:behavior.raid_garden": {
"priority": 12,
"blocks": [
"minecraft:sweet_berry_bush",
"minecraft:cave_vines_head_with_berries",
"minecraft:cave_vines_body_with_berries"
],
"speed_multiplier": 1.2,
"search_range": 12,
"search_height": 2,
"goal_radius": 0.8,
"max_to_eat": 0,
"initial_eat_delay": 2
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
rabbit
Copy
"minecraft:behavior.raid_garden": {
"priority": 5,
"blocks": [
"minecraft:carrots"
],
"search_range": 16,
"goal_radius": 0.8
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
minecraft:behavior.ram_attack
goat
Copy
"minecraft:behavior.ram_attack": {
"priority": 5,
"run_speed": 0.7,
"ram_speed": 1.8,
"min_ram_distance": 4,
"ram_distance": 7,
"knockback_force": 2.5,
"knockback_height": 0.04,
"pre_ram_sound": "pre_ram",
"ram_impact_sound": "ram_impact",
"cooldown_range": [
30,
300
],
"on_start": [
{
"event": "start_event",
"target": "self"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Copy
"minecraft:behavior.ram_attack": {
"priority": 5,
"run_speed": 0.7,
"ram_speed": 1.8,
"min_ram_distance": 4,
"ram_distance": 7,
"knockback_force": 2.5,
"knockback_height": 0.04,
"pre_ram_sound": "pre_ram.screamer",
"ram_impact_sound": "ram_impact.screamer",
"cooldown_range": [
5,
15
],
"on_start": [
{
"event": "start_event",
"target": "self"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
minecraft:behavior.random_breach
dolphin
Copy
"minecraft:behavior.random_breach": {
"priority": 6,
"interval": 50,
"xz_dist": 6,
"cooldown_time": 2.0
}
1
2
3
4
5
6
2
3
4
5
6
minecraft:behavior.random_fly
parrot
Copy
"minecraft:behavior.random_fly": {
"priority": 2,
"xz_dist": 15,
"y_dist": 1,
"y_offset": 0,
"speed_multiplier": 1.0,
"can_land_on_trees": true,
"avoid_damage_blocks": true
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
minecraft:behavior.random_hover
bee
Copy
"minecraft:behavior.random_hover": {
"priority": 12,
"xz_dist": 8,
"y_dist": 8,
"y_offset": -1,
"interval": 1,
"hover_height": [
1,
4
]
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
minecraft:behavior.random_look_around
blaze
Copy
"minecraft:behavior.random_look_around": {
"priority": 5
}
1
2
3
2
3
cave_spider
Copy
"minecraft:behavior.random_look_around": {
"priority": 7
}
1
2
3
2
3
chicken
Copy
"minecraft:behavior.random_look_around": {
"priority": 8
}
1
2
3
2
3
cow
Copy
"minecraft:behavior.random_look_around": {
"priority": 9
}
1
2
3
2
3
creeper
Copy
"minecraft:behavior.random_look_around": {
"priority": 6
}
1
2
3
2
3
dolphin
Copy
"minecraft:behavior.random_look_around": {
"priority": 7
}
1
2
3
2
3
donkey
Copy
"minecraft:behavior.random_look_around": {
"priority": 8
}
1
2
3
2
3
drowned
Copy
"minecraft:behavior.random_look_around": {
"priority": 9
}
1
2
3
2
3
elder_guardian
Copy
"minecraft:behavior.random_look_around": {
"priority": 9
}
1
2
3
2
3
enderman
Copy
"minecraft:behavior.random_look_around": {
"priority": 8
}
1
2
3
2
3
fox
Copy
"minecraft:behavior.random_look_around": {
"priority": 15
}
1
2
3
2
3
goat
Copy
"minecraft:behavior.random_look_around": {
"priority": 11
}
1
2
3
2
3
guardian
Copy
"minecraft:behavior.random_look_around": {
"priority": 9
}
1
2
3
2
3
hoglin
Copy
"minecraft:behavior.random_look_around": {
"priority": 9
}
1
2
3
2
3
horse
Copy
"minecraft:behavior.random_look_around": {
"priority": 8
}
1
2
3
2
3
husk
Copy
"minecraft:behavior.random_look_around": {
"priority": 9
}
1
2
3
2
3
iron_golem
Copy
"minecraft:behavior.random_look_around": {
"priority": 8
}
1
2
3
2
3
llama
Copy
"minecraft:behavior.random_look_around": {
"priority": 8
}
1
2
3
2
3
mooshroom
Copy
"minecraft:behavior.random_look_around": {
"priority": 9
}
1
2
3
2
3
mule
Copy
"minecraft:behavior.random_look_around": {
"priority": 8
}
1
2
3
2
3
panda
Copy
"minecraft:behavior.random_look_around": {
"priority": 9
}
1
2
3
2
3
pig
Copy
"minecraft:behavior.random_look_around": {
"priority": 9
}
1
2
3
2
3
piglin
Copy
"minecraft:behavior.random_look_around": {
"priority": 12
}
1
2
3
2
3
piglin_brute
Copy
"minecraft:behavior.random_look_around": {
"priority": 9
}
1
2
3
2
3
pillager
Copy
"minecraft:behavior.random_look_around": {
"priority": 10
}
1
2
3
2
3
polar_bear
Copy
"minecraft:behavior.random_look_around": {
"priority": 7
}
1
2
3
2
3
sheep
Copy
"minecraft:behavior.random_look_around": {
"priority": 9
}
1
2
3
2
3
shulker
Copy
"minecraft:behavior.random_look_around": {
"priority": 8
}
1
2
3
2
3
skeleton
Copy
"minecraft:behavior.random_look_around": {
"priority": 8
}
1
2
3
2
3
skeleton_horse
Copy
"minecraft:behavior.random_look_around": {
"priority": 8
}
1
2
3
2
3
snow_golem
Copy
"minecraft:behavior.random_look_around": {
"priority": 4
}
1
2
3
2
3
spider
Copy
"minecraft:behavior.random_look_around": {
"priority": 7
}
1
2
3
2
3
stray
Copy
"minecraft:behavior.random_look_around": {
"priority": 8
}
1
2
3
2
3
strider
Copy
"minecraft:behavior.random_look_around": {
"priority": 10
}
1
2
3
2
3
wandering_trader
Copy
"minecraft:behavior.random_look_around": {
"priority": 9
}
1
2
3
2
3
witch
Copy
"minecraft:behavior.random_look_around": {
"priority": 5,
"look_distance": 8.0
}
1
2
3
4
2
3
4
wither
Copy
"minecraft:behavior.random_look_around": {
"priority": 7
}
1
2
3
2
3
wither_skeleton
Copy
"minecraft:behavior.random_look_around": {
"priority": 8
}
1
2
3
2
3
zoglin
Copy
"minecraft:behavior.random_look_around": {
"priority": 9
}
1
2
3
2
3
zombie
Copy
"minecraft:behavior.random_look_around": {
"priority": 9
}
1
2
3
2
3
zombie_horse
Copy
"minecraft:behavior.random_look_around": {
"priority": 8
}
1
2
3
2
3
zombie_pigman
Copy
"minecraft:behavior.random_look_around": {
"priority": 9
}
1
2
3
2
3
zombie_villager
Copy
"minecraft:behavior.random_look_around": {
"priority": 11
}
1
2
3
2
3
zombie_villager_v2
Copy
"minecraft:behavior.random_look_around": {
"priority": 11
}
1
2
3
2
3
minecraft:behavior.random_look_around_and_sit
fox
Copy
"minecraft:behavior.random_look_around_and_sit": {
"priority": 12,
"min_look_count": 2,
"max_look_count": 5,
"min_look_time": 80,
"max_look_time": 100,
"probability": 0.001
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
minecraft:behavior.random_sitting
panda
Copy
"minecraft:behavior.random_sitting": {
"priority": 5,
"start_chance": 0.01,
"stop_chance": 0.3,
"cooldown": 30,
"min_sit_time": 10
}
1
2
3
4
5
6
7
2
3
4
5
6
7
Copy
"minecraft:behavior.random_sitting": {
"priority": 6,
"start_chance": 0.02,
"stop_chance": 0.2,
"cooldown": 25,
"min_sit_time": 15
}
1
2
3
4
5
6
7
2
3
4
5
6
7
minecraft:behavior.random_stroll
axolotl
Copy
"minecraft:behavior.random_stroll": {
"priority": 9,
"interval": 100
}
1
2
3
4
2
3
4
blaze
Copy
"minecraft:behavior.random_stroll": {
"priority": 4,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
cat
Copy
"minecraft:behavior.random_stroll": {
"priority": 8,
"speed_multiplier": 0.8
}
1
2
3
4
2
3
4
cave_spider
Copy
"minecraft:behavior.random_stroll": {
"priority": 6,
"speed_multiplier": 0.8
}
1
2
3
4
2
3
4
chicken
Copy
"minecraft:behavior.random_stroll": {
"priority": 6,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
cow
Copy
"minecraft:behavior.random_stroll": {
"priority": 6,
"speed_multiplier": 0.8
}
1
2
3
4
2
3
4
creeper
Copy
"minecraft:behavior.random_stroll": {
"priority": 5,
"speed_multiplier": 1
}
1
2
3
4
2
3
4
donkey
Copy
"minecraft:behavior.random_stroll": {
"priority": 6,
"speed_multiplier": 0.7
}
1
2
3
4
2
3
4
drowned
Copy
"minecraft:behavior.random_stroll": {
"priority": 7,
"speed_multiplier": 1
}
1
2
3
4
2
3
4
enderman
Copy
"minecraft:behavior.random_stroll": {
"priority": 7,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
endermite
Copy
"minecraft:behavior.random_stroll": {
"priority": 6,
"speed_multiplier": 1
}
1
2
3
4
2
3
4
evocation_illager
Copy
"minecraft:behavior.random_stroll": {
"priority": 8,
"speed_multiplier": 0.6
}
1
2
3
4
2
3
4
fox
Copy
"minecraft:behavior.random_stroll": {
"priority": 13,
"speed_multiplier": 0.8
}
1
2
3
4
2
3
4
goat
Copy
"minecraft:behavior.random_stroll": {
"priority": 9,
"speed_multiplier": 0.6
}
1
2
3
4
2
3
4
hoglin
Copy
"minecraft:behavior.random_stroll": {
"priority": 7,
"speed_multiplier": 0.4
}
1
2
3
4
2
3
4
horse
Copy
"minecraft:behavior.random_stroll": {
"priority": 6,
"speed_multiplier": 0.7
}
1
2
3
4
2
3
4
husk
Copy
"minecraft:behavior.random_stroll": {
"priority": 7,
"speed_multiplier": 1
}
1
2
3
4
2
3
4
iron_golem
Copy
"minecraft:behavior.random_stroll": {
"priority": 6,
"speed_multiplier": 0.6,
"xz_dist": 16
}
1
2
3
4
5
2
3
4
5
llama
Copy
"minecraft:behavior.random_stroll": {
"priority": 6,
"speed_multiplier": 0.7
}
1
2
3
4
2
3
4
mooshroom
Copy
"minecraft:behavior.random_stroll": {
"priority": 6,
"speed_multiplier": 0.8
}
1
2
3
4
2
3
4
mule
Copy
"minecraft:behavior.random_stroll": {
"priority": 6,
"speed_multiplier": 0.7
}
1
2
3
4
2
3
4
ocelot
Copy
"minecraft:behavior.random_stroll": {
"priority": 8,
"speed_multiplier": 0.8
}
1
2
3
4
2
3
4
panda
Copy
"minecraft:behavior.random_stroll": {
"priority": 14,
"speed_multiplier": 0.8
}
1
2
3
4
2
3
4
pig
Copy
"minecraft:behavior.random_stroll": {
"priority": 7,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
piglin
Copy
"minecraft:behavior.random_stroll": {
"priority": 10,
"speed_multiplier": 0.6
}
1
2
3
4
2
3
4
piglin_brute
Copy
"minecraft:behavior.random_stroll": {
"priority": 7,
"speed_multiplier": 0.6
}
1
2
3
4
2
3
4
pillager
Copy
"minecraft:behavior.random_stroll": {
"priority": 8,
"speed_multiplier": 1
}
1
2
3
4
2
3
4
polar_bear
Copy
"minecraft:behavior.random_stroll": {
"priority": 5
}
1
2
3
2
3
rabbit
Copy
"minecraft:behavior.random_stroll": {
"priority": 6,
"speed_multiplier": 0.6,
"xz_dist": 2,
"y_dist": 1
}
1
2
3
4
5
6
2
3
4
5
6
ravager
Copy
"minecraft:behavior.random_stroll": {
"priority": 6,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
Copy
"minecraft:behavior.random_stroll": {
"priority": 6,
"speed_multiplier": 0.4
}
1
2
3
4
2
3
4
sheep
Copy
"minecraft:behavior.random_stroll": {
"priority": 7,
"speed_multiplier": 0.8
}
1
2
3
4
2
3
4
skeleton
Copy
"minecraft:behavior.random_stroll": {
"priority": 6,
"speed_multiplier": 1
}
1
2
3
4
2
3
4
skeleton_horse
Copy
"minecraft:behavior.random_stroll": {
"priority": 6,
"speed_multiplier": 0.7
}
1
2
3
4
2
3
4
snow_golem
Copy
"minecraft:behavior.random_stroll": {
"priority": 2,
"speed_multiplier": 1
}
1
2
3
4
2
3
4
spider
Copy
"minecraft:behavior.random_stroll": {
"priority": 6,
"speed_multiplier": 0.8
}
1
2
3
4
2
3
4
stray
Copy
"minecraft:behavior.random_stroll": {
"priority": 6,
"speed_multiplier": 1
}
1
2
3
4
2
3
4
strider
Copy
"minecraft:behavior.random_stroll": {
"priority": 8,
"speed_multiplier": 0.8
}
1
2
3
4
2
3
4
turtle
Copy
"minecraft:behavior.random_stroll": {
"priority": 9,
"interval": 100
}
1
2
3
4
2
3
4
villager
Copy
"minecraft:behavior.random_stroll": {
"priority": 11,
"speed_multiplier": 0.6
}
1
2
3
4
2
3
4
villager_v2
Copy
"minecraft:behavior.random_stroll": {
"priority": 10,
"speed_multiplier": 0.6
}
1
2
3
4
2
3
4
vindicator
Copy
"minecraft:behavior.random_stroll": {
"priority": 9,
"speed_multiplier": 1
}
1
2
3
4
2
3
4
witch
Copy
"minecraft:behavior.random_stroll": {
"priority": 4,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
wither
Copy
"minecraft:behavior.random_stroll": {
"priority": 5,
"speed_multiplier": 1
}
1
2
3
4
2
3
4
wither_skeleton
Copy
"minecraft:behavior.random_stroll": {
"priority": 6,
"speed_multiplier": 1
}
1
2
3
4
2
3
4
wolf
Copy
"minecraft:behavior.random_stroll": {
"priority": 8,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
zoglin
Copy
"minecraft:behavior.random_stroll": {
"priority": 7,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
zombie
Copy
"minecraft:behavior.random_stroll": {
"priority": 7,
"speed_multiplier": 1
}
1
2
3
4
2
3
4
zombie_horse
Copy
"minecraft:behavior.random_stroll": {
"priority": 6,
"speed_multiplier": 0.7
}
1
2
3
4
2
3
4
zombie_pigman
Copy
"minecraft:behavior.random_stroll": {
"priority": 7,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
zombie_villager
Copy
"minecraft:behavior.random_stroll": {
"priority": 9,
"speed_multiplier": 1
}
1
2
3
4
2
3
4
zombie_villager_v2
Copy
"minecraft:behavior.random_stroll": {
"priority": 9,
"speed_multiplier": 1
}
1
2
3
4
2
3
4
minecraft:behavior.random_swim
axolotl
Copy
"minecraft:behavior.random_swim": {
"priority": 8,
"interval": 0,
"xz_dist": 30,
"y_dist": 15
}
1
2
3
4
5
6
2
3
4
5
6
dolphin
Copy
"minecraft:behavior.random_swim": {
"priority": 5,
"interval": 0,
"xz_dist": 20
}
1
2
3
4
5
2
3
4
5
elder_guardian
Copy
"minecraft:behavior.random_swim": {
"priority": 7,
"speed_multiplier": 0.5,
"avoid_surface": false
}
1
2
3
4
5
2
3
4
5
fish
Copy
"minecraft:behavior.random_swim": {
"priority": 3,
"speed_multiplier": 1.0,
"xz_dist": 16,
"y_dist": 4,
"interval": 0
}
1
2
3
4
5
6
7
2
3
4
5
6
7
guardian
Copy
"minecraft:behavior.random_swim": {
"priority": 7,
"speed_multiplier": 1.0,
"interval": 80,
"avoid_surface": false
}
1
2
3
4
5
6
2
3
4
5
6
pufferfish
Copy
"minecraft:behavior.random_swim": {
"priority": 3,
"speed_multiplier": 1.0,
"xz_dist": 16,
"y_dist": 4,
"interval": 0
}
1
2
3
4
5
6
7
2
3
4
5
6
7
salmon
Copy
"minecraft:behavior.random_swim": {
"speed_multiplier": 1.0,
"priority": 3,
"xz_dist": 16,
"y_dist": 4,
"interval": 0
}
1
2
3
4
5
6
7
2
3
4
5
6
7
tropicalfish
Copy
"minecraft:behavior.random_swim": {
"priority": 3,
"speed_multiplier": 1.0,
"xz_dist": 16,
"y_dist": 4,
"interval": 0
}
1
2
3
4
5
6
7
2
3
4
5
6
7
turtle
Copy
"minecraft:behavior.random_swim": {
"priority": 7,
"interval": 0,
"xz_dist": 30,
"y_dist": 15
}
1
2
3
4
5
6
2
3
4
5
6
minecraft:behavior.ranged_attack
blaze
Copy
"minecraft:behavior.ranged_attack": {
"priority": 3,
"burst_shots": 3,
"burst_interval": 0.3,
"charge_charged_trigger": 0.0,
"charge_shoot_trigger": 4.0,
"attack_interval_min": 3.0,
"attack_interval_max": 5.0,
"attack_radius": 16.0
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
drowned
Copy
"minecraft:behavior.ranged_attack": {
"priority": 3,
"attack_interval_min": 1.0,
"attack_interval_max": 3.0,
"attack_radius": 10.0,
"swing": true
}
1
2
3
4
5
6
7
2
3
4
5
6
7
ghast
Copy
"minecraft:behavior.ranged_attack": {
"priority": 1,
"attack_radius": 64,
"charge_shoot_trigger": 2,
"charge_charged_trigger": 1
}
1
2
3
4
5
6
2
3
4
5
6
llama
Copy
"minecraft:behavior.ranged_attack": {
"priority": 2,
"attack_radius": 64,
"charge_shoot_trigger": 2,
"charge_charged_trigger": 1
}
1
2
3
4
5
6
2
3
4
5
6
piglin
Copy
"minecraft:behavior.ranged_attack": {
"priority": 8,
"attack_interval_min": 1,
"attack_interval_max": 1,
"attack_radius": 8,
"attack_radius_min": 4,
"speed_multiplier": 1.0,
"target_in_sight_time": 0.1
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
pillager
Copy
"minecraft:behavior.ranged_attack": {
"priority": 4,
"attack_interval_min": 1.0,
"attack_interval_max": 1.0,
"attack_radius": 8.0
}
1
2
3
4
5
6
2
3
4
5
6
shulker
Copy
"minecraft:behavior.ranged_attack": {
"attack_interval_min": 1,
"attack_interval_max": 3,
"attack_radius": 15
}
1
2
3
4
5
2
3
4
5
skeleton
Copy
"minecraft:behavior.ranged_attack": {
"priority": 0,
"attack_interval_min": 1.0,
"attack_interval_max": 3.0,
"attack_radius": 15.0
}
1
2
3
4
5
6
2
3
4
5
6
snow_golem
Copy
"minecraft:behavior.ranged_attack": {
"priority": 1,
"speed_multiplier": 1.25,
"attack_interval": 1,
"attack_radius": 10
}
1
2
3
4
5
6
2
3
4
5
6
stray
Copy
"minecraft:behavior.ranged_attack": {
"priority": 0,
"attack_interval_min": 1.0,
"attack_interval_max": 3.0,
"attack_radius": 15.0
}
1
2
3
4
5
6
2
3
4
5
6
witch
Copy
"minecraft:behavior.ranged_attack": {
"priority": 2,
"speed_multiplier": 1.0,
"attack_interval_min": 3,
"attack_interval_max": 3,
"attack_radius": 10.0
}
1
2
3
4
5
6
7
2
3
4
5
6
7
minecraft:behavior.receive_love
villager
Copy
"minecraft:behavior.receive_love": {
"priority": 7
}
1
2
3
2
3
villager_v2
Copy
"minecraft:behavior.receive_love": {
"priority": 6
}
1
2
3
2
3
minecraft:behavior.restrict_open_door
villager
Copy
"minecraft:behavior.restrict_open_door": {
"priority": 5
}
1
2
3
2
3
wandering_trader
Copy
"minecraft:behavior.restrict_open_door": {
"priority": 5
}
1
2
3
2
3
minecraft:behavior.rise_to_liquid_level
strider
Copy
"minecraft:behavior.rise_to_liquid_level": {
"priority": 0,
"liquid_y_offset": 0.25,
"rise_delta": 0.01,
"sink_delta": 0.01
}
1
2
3
4
5
6
2
3
4
5
6
minecraft:behavior.roll
panda
Copy
"minecraft:behavior.roll": {
"priority": 12,
"probability": 0.0016
}
1
2
3
4
2
3
4
Copy
"minecraft:behavior.roll": {
"priority": 12,
"probability": 0.013
}
1
2
3
4
2
3
4
minecraft:behavior.run_around_like_crazy
donkey
Copy
"minecraft:behavior.run_around_like_crazy": {
"priority": 1,
"speed_multiplier": 1.2
}
1
2
3
4
2
3
4
horse
Copy
"minecraft:behavior.run_around_like_crazy": {
"priority": 1,
"speed_multiplier": 1.2
}
1
2
3
4
2
3
4
llama
Copy
"minecraft:behavior.run_around_like_crazy": {
"priority": 1,
"speed_multiplier": 1.2
}
1
2
3
4
2
3
4
mule
Copy
"minecraft:behavior.run_around_like_crazy": {
"priority": 1,
"speed_multiplier": 1.2
}
1
2
3
4
2
3
4
minecraft:behavior.scared
panda
Copy
"minecraft:behavior.scared": {
"priority": 1,
"sound_interval": 20
}
1
2
3
4
2
3
4
minecraft:behavior.send_event
evocation_illager
Copy
"minecraft:behavior.send_event": {
"priority": 3,
"event_choices": [
{
"min_activation_range": 0.0,
"max_activation_range": 16.0,
"cooldown_time": 5.0,
"cast_duration": 3.0,
"particle_color": "#FFB38033",
"weight": 3,
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "sheep"
},
{
"test": "is_color",
"subject": "other",
"value": "blue"
}
]
},
"start_sound_event": "cast.spell",
"sequence": [
{
"base_delay": 2.0,
"event": "wololo",
"sound_event": "prepare.wololo"
}
]
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
minecraft:behavior.share_items
villager
Copy
"minecraft:behavior.share_items": {
"priority": 8,
"max_dist": 3,
"goal_radius": 2.0,
"speed_multiplier": 0.5,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "villager"
}
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
villager_v2
Copy
"minecraft:behavior.share_items": {
"priority": 9,
"max_dist": 3,
"goal_radius": 2.0,
"speed_multiplier": 0.5,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "villager"
}
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
minecraft:behavior.silverfish_merge_with_stone
silverfish
Copy
"minecraft:behavior.silverfish_merge_with_stone": {
"priority": 5
}
1
2
3
2
3
minecraft:behavior.silverfish_wake_up_friends
Copy
"minecraft:behavior.silverfish_wake_up_friends": {
"priority": 1
}
1
2
3
2
3
minecraft:behavior.skeleton_horse_trap
skeleton_horse
Copy
"minecraft:behavior.skeleton_horse_trap": {
"within_radius": 10.0,
"duration": 900.0,
"priority": 2
}
1
2
3
4
5
2
3
4
5
minecraft:behavior.sleep
villager_v2
Copy
"minecraft:behavior.sleep": {}
1
Copy
"minecraft:behavior.sleep": {
"priority": 3,
"goal_radius": 1.5,
"speed_multiplier": 0.6,
"sleep_collider_height": 0.3,
"sleep_collider_width": 1.0,
"sleep_y_offset": 0.6,
"timeout_cooldown": 10.0
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
minecraft:behavior.slime_attack
magma_cube
Copy
"minecraft:behavior.slime_attack": {
"priority": 3
}
1
2
3
2
3
slime
Copy
"minecraft:behavior.slime_attack": {
"priority": 3
}
1
2
3
2
3
minecraft:behavior.slime_float
magma_cube
Copy
"minecraft:behavior.slime_float": {
"priority": 1,
"jump_chance_percentage": 0.8,
"speed_multiplier": 1.2
}
1
2
3
4
5
2
3
4
5
slime
Copy
"minecraft:behavior.slime_float": {
"priority": 1,
"jump_chance_percentage": 0.8,
"speed_multiplier": 1.2
}
1
2
3
4
5
2
3
4
5
minecraft:behavior.slime_keep_on_jumping
magma_cube
Copy
"minecraft:behavior.slime_keep_on_jumping": {
"priority": 5,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
slime
Copy
"minecraft:behavior.slime_keep_on_jumping": {
"priority": 5,
"speed_multiplier": 1.0
}
1
2
3
4
2
3
4
minecraft:behavior.slime_random_direction
magma_cube
Copy
"minecraft:behavior.slime_random_direction": {
"priority": 4,
"add_random_time_range": 3,
"turn_range": 360,
"min_change_direction_time": 2.0
}
1
2
3
4
5
6
2
3
4
5
6
slime
Copy
"minecraft:behavior.slime_random_direction": {
"priority": 4,
"add_random_time_range": 3,
"turn_range": 360,
"min_change_direction_time": 2.0
}
1
2
3
4
5
6
2
3
4
5
6
minecraft:behavior.snacking
panda
Copy
"minecraft:behavior.snacking": {
"priority": 2,
"snacking_cooldown": 22.5,
"snacking_cooldown_min": 20,
"snacking_stop_chance": 0.001334,
"items": [
"bamboo",
"cake"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:behavior.snacking": {
"priority": 3,
"snacking_cooldown": 17.5,
"snacking_cooldown_min": 10,
"snacking_stop_chance": 0.0011,
"items": [
"bamboo",
"cake"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
minecraft:behavior.sneeze
Copy
"minecraft:behavior.sneeze": {
"priority": 7,
"probability": 0.0001666,
"cooldown_time": 1.0,
"within_radius": 10.0,
"entity_types": [
{
"filters": {
"all_of": [
{
"test": "has_component",
"subject": "other",
"operator": "!=",
"value": "minecraft:is_baby"
},
{
"test": "is_family",
"subject": "other",
"value": "panda"
},
{
"test": "in_water",
"subject": "other",
"operator": "!=",
"value": true
},
{
"test": "on_ground",
"operator": "==",
"value": true
}
]
},
"max_dist": 10
}
],
"drop_item_chance": 0.001,
"loot_table": "loot_tables/entities/panda_sneeze.json",
"prepare_sound": "presneeze",
"prepare_time": 1.0,
"sound": "sneeze"
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Copy
"minecraft:behavior.sneeze": {
"priority": 7,
"probability": 0.002,
"cooldown_time": 1.0,
"within_radius": 10.0,
"entity_types": [
{
"filters": {
"all_of": [
{
"test": "has_component",
"subject": "other",
"operator": "!=",
"value": "minecraft:is_baby"
},
{
"test": "is_family",
"subject": "other",
"value": "panda"
},
{
"test": "in_water",
"subject": "other",
"operator": "!=",
"value": true
},
{
"test": "on_ground",
"operator": "==",
"value": true
}
]
},
"max_dist": 10
}
],
"drop_item_chance": 0.001,
"loot_table": "loot_tables/entities/panda_sneeze.json",
"prepare_sound": "presneeze",
"prepare_time": 1.0,
"sound": "sneeze"
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
minecraft:behavior.squid_dive
glow_squid
Copy
"minecraft:behavior.squid_dive": {
"priority": 2
}
1
2
3
2
3
squid
Copy
"minecraft:behavior.squid_dive": {
"priority": 2
}
1
2
3
2
3
minecraft:behavior.squid_flee
glow_squid
Copy
"minecraft:behavior.squid_flee": {
"priority": 2
}
1
2
3
2
3
squid
Copy
"minecraft:behavior.squid_flee": {
"priority": 2
}
1
2
3
2
3
minecraft:behavior.squid_idle
glow_squid
Copy
"minecraft:behavior.squid_idle": {
"priority": 2
}
1
2
3
2
3
squid
Copy
"minecraft:behavior.squid_idle": {
"priority": 2
}
1
2
3
2
3
minecraft:behavior.squid_move_away_from_ground
glow_squid
Copy
"minecraft:behavior.squid_move_away_from_ground": {
"priority": 1
}
1
2
3
2
3
squid
Copy
"minecraft:behavior.squid_move_away_from_ground": {
"priority": 1
}
1
2
3
2
3
minecraft:behavior.squid_out_of_water
glow_squid
Copy
"minecraft:behavior.squid_out_of_water": {
"priority": 2
}
1
2
3
2
3
squid
Copy
"minecraft:behavior.squid_out_of_water": {
"priority": 2
}
1
2
3
2
3
minecraft:behavior.stalk_and_pounce_on_target
fox
Copy
"minecraft:behavior.stalk_and_pounce_on_target": {
"priority": 7,
"stalk_speed": 1.2,
"max_stalk_dist": 12.0,
"leap_height": 0.9,
"leap_dist": 0.8,
"pounce_max_dist": 5.0,
"interest_time": 2.0,
"stuck_time": 2.0,
"strike_dist": 2.0,
"stuck_blocks": {
"test": "is_block",
"subject": "block",
"operator": "==",
"value": "snow_layer"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
minecraft:behavior.stay_while_sitting
cat
Copy
"minecraft:behavior.stay_while_sitting": {
"priority": 3
}
1
2
3
2
3
ocelot
Copy
"minecraft:behavior.stay_while_sitting": {
"priority": 3
}
1
2
3
2
3
parrot
Copy
"minecraft:behavior.stay_while_sitting": {
"priority": 1
}
1
2
3
2
3
wolf
Copy
"minecraft:behavior.stay_while_sitting": {
"priority": 3
}
1
2
3
2
3
minecraft:behavior.stomp_attack
polar_bear
Copy
"minecraft:behavior.stomp_attack": {
"priority": 1,
"track_target": true,
"require_complete_path": true,
"stomp_range_multiplier": 2.0,
"no_damage_range_multiplier": 2.0
}
1
2
3
4
5
6
7
2
3
4
5
6
7
minecraft:behavior.stomp_turtle_egg
drowned
Copy
"minecraft:behavior.stomp_turtle_egg": {
"priority": 4,
"speed_multiplier": 1,
"search_range": 10,
"search_height": 2,
"goal_radius": 1.14,
"interval": 20
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
husk
Copy
"minecraft:behavior.stomp_turtle_egg": {
"priority": 4,
"speed_multiplier": 1,
"search_range": 10,
"search_height": 2,
"goal_radius": 1.14,
"interval": 20
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
zombie
Copy
"minecraft:behavior.stomp_turtle_egg": {
"priority": 4,
"speed_multiplier": 1,
"search_range": 10,
"search_height": 2,
"goal_radius": 1.14,
"interval": 20
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
zombie_pigman
Copy
"minecraft:behavior.stomp_turtle_egg": {
"priority": 5,
"speed_multiplier": 1,
"search_range": 10,
"search_height": 2,
"goal_radius": 1.14,
"interval": 20
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
zombie_villager
Copy
"minecraft:behavior.stomp_turtle_egg": {
"priority": 4,
"speed_multiplier": 1,
"search_range": 10,
"search_height": 2,
"goal_radius": 1.14,
"interval": 20
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
zombie_villager_v2
Copy
"minecraft:behavior.stomp_turtle_egg": {
"priority": 4,
"speed_multiplier": 1,
"search_range": 10,
"search_height": 2,
"goal_radius": 1.14,
"interval": 20
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
minecraft:behavior.stroll_towards_village
fox
Copy
"minecraft:behavior.stroll_towards_village": {
"priority": 11,
"speed_multiplier": 1.0,
"goal_radius": 3.0,
"cooldown_time": 10.0,
"search_range": 32,
"start_chance": 0.005
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
minecraft:behavior.summon_entity
evocation_illager
Copy
"minecraft:behavior.summon_entity": {
"priority": 2,
"summon_choices": [
{
"min_activation_range": 0.0,
"max_activation_range": 3.0,
"cooldown_time": 5.0,
"weight": 3,
"cast_duration": 2.0,
"particle_color": "#FF664D59",
"start_sound_event": "cast.spell",
"sequence": [
{
"shape": "circle",
"target": "self",
"base_delay": 1.0,
"delay_per_summon": 0.0,
"num_entities_spawned": 5,
"entity_type": "minecraft:evocation_fang",
"size": 1.5,
"entity_lifespan": 1.1,
"sound_event": "prepare.attack"
},
{
"shape": "circle",
"target": "self",
"base_delay": 0.15,
"delay_per_summon": 0.0,
"num_entities_spawned": 8,
"entity_type": "minecraft:evocation_fang",
"size": 2.5,
"entity_lifespan": 1.1
}
]
},
{
"min_activation_range": 3.0,
"weight": 3,
"cooldown_time": 5.0,
"cast_duration": 2.0,
"particle_color": "#FF664D59",
"start_sound_event": "cast.spell",
"sequence": [
{
"shape": "line",
"target": "self",
"base_delay": 1.0,
"delay_per_summon": 0.05,
"num_entities_spawned": 16,
"entity_type": "minecraft:evocation_fang",
"size": 20,
"entity_lifespan": 1.1
}
]
},
{
"weight": 1,
"cooldown_time": 17.0,
"cast_duration": 5.0,
"particle_color": "#FFB3B3CC",
"sequence": [
{
"shape": "circle",
"target": "self",
"base_delay": 5.0,
"num_entities_spawned": 3,
"entity_type": "minecraft:vex",
"summon_cap": 8,
"summon_cap_radius": 16.0,
"size": 1.0,
"sound_event": "prepare.summon"
}
]
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
minecraft:behavior.swell
creeper
Copy
"minecraft:behavior.swell": {
"start_distance": 2.5,
"stop_distance": 6.0,
"priority": 2
}
1
2
3
4
5
2
3
4
5
minecraft:behavior.swim_idle
axolotl
Copy
"minecraft:behavior.swim_idle": {
"priority": 7,
"idle_time": 5.0,
"success_rate": 0.05
}
1
2
3
4
5
2
3
4
5
fish
Copy
"minecraft:behavior.swim_idle": {
"priority": 5,
"idle_time": 5.0,
"success_rate": 0.1
}
1
2
3
4
5
2
3
4
5
salmon
Copy
"minecraft:behavior.swim_idle": {
"priority": 5,
"idle_time": 5.0,
"success_rate": 0.1
}
1
2
3
4
5
2
3
4
5
tropicalfish
Copy
"minecraft:behavior.swim_idle": {
"priority": 5,
"idle_time": 5.0,
"success_rate": 0.1
}
1
2
3
4
5
2
3
4
5
minecraft:behavior.swim_wander
fish
Copy
"minecraft:behavior.swim_wander": {
"priority": 4,
"interval": 0.1,
"look_ahead": 2.0,
"speed_multiplier": 1.0,
"wander_time": 5.0
}
1
2
3
4
5
6
7
2
3
4
5
6
7
pufferfish
Copy
"minecraft:behavior.swim_wander": {
"priority": 5,
"interval": 1.0,
"look_ahead": 2.0,
"speed_multiplier": 1.0,
"wander_time": 5.0
}
1
2
3
4
5
6
7
2
3
4
5
6
7
salmon
Copy
"minecraft:behavior.swim_wander": {
"priority": 4,
"interval": 0.0166,
"look_ahead": 5.0,
"speed_multiplier": 0.014,
"wander_time": 5.0
}
1
2
3
4
5
6
7
2
3
4
5
6
7
tropicalfish
Copy
"minecraft:behavior.swim_wander": {
"priority": 4,
"interval": 0.1,
"look_ahead": 2.0,
"speed_multiplier": 1.0,
"wander_time": 5.0
}
1
2
3
4
5
6
7
2
3
4
5
6
7
minecraft:behavior.swim_with_entity
dolphin
Copy
"minecraft:behavior.swim_with_entity": {
"priority": 4,
"success_rate": 0.1,
"chance_to_stop": 0.0333,
"state_check_interval": 0.5,
"catch_up_threshold": 12.0,
"match_direction_threshold": 2.0,
"catch_up_multiplier": 2.5,
"speed_multiplier": 1.5,
"search_range": 20.0,
"stop_distance": 5.0,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
}
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
minecraft:behavior.swoop_attack
phantom
Copy
"minecraft:behavior.swoop_attack": {
"priority": 2,
"damage_reach": 0.2,
"speed_multiplier": 1.0,
"delay_range": [
10.0,
20.0
]
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
minecraft:behavior.take_flower
villager
Copy
"minecraft:behavior.take_flower": {
"priority": 7
}
1
2
3
2
3
villager_v2
Copy
"minecraft:behavior.take_flower": {
"priority": 9
}
1
2
3
2
3
minecraft:behavior.target_when_pushed
iron_golem
Copy
"minecraft:behavior.target_when_pushed": {
"priority": 1,
"percent_chance": 5.0,
"entity_types": [
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "monster"
},
{
"test": "is_family",
"subject": "other",
"operator": "!=",
"value": "creeper"
}
]
}
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
minecraft:behavior.tempt
axolotl
Copy
"minecraft:behavior.tempt": {
"priority": 2,
"speed_multiplier": 1.1,
"can_tempt_vertically": true,
"items": [
"tropical_fish_bucket"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
bee
Copy
"minecraft:behavior.tempt": {
"priority": 5,
"speed_multiplier": 1.25,
"within_radius": 8,
"can_tempt_vertically": true,
"items": [
"minecraft:red_flower",
"minecraft:yellow_flower",
"minecraft:wither_rose",
"minecraft:double_plant:0",
"minecraft:double_plant:1",
"minecraft:double_plant:4",
"minecraft:double_plant:5",
"minecraft:flowering_azalea",
"minecraft:azalea_leaves_flowered"
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
cat
Copy
"minecraft:behavior.tempt": {
"priority": 5,
"speed_multiplier": 0.5,
"within_radius": 16,
"can_get_scared": true,
"items": [
"fish",
"salmon"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:behavior.tempt": {
"priority": 5,
"speed_multiplier": 0.5,
"within_radius": 16,
"items": [
"fish",
"salmon"
]
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
chicken
Copy
"minecraft:behavior.tempt": {
"priority": 4,
"speed_multiplier": 1.0,
"items": [
"wheat_seeds",
"beetroot_seeds",
"melon_seeds",
"pumpkin_seeds"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
cow
Copy
"minecraft:behavior.tempt": {
"priority": 4,
"speed_multiplier": 1.25,
"items": [
"wheat"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
donkey
Copy
"minecraft:behavior.tempt": {
"priority": 5,
"speed_multiplier": 1.2,
"items": [
"apple",
"carrot",
"golden_apple",
"appleEnchanted",
"golden_carrot",
"carrotOnAStick",
"hay_block",
"sugar",
"bread",
"wheat"
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
fox
Copy
"minecraft:behavior.tempt": {
"priority": 3,
"speed_multiplier": 0.5,
"within_radius": 16,
"can_get_scared": true,
"items": [
"sweet_berries",
"glow_berries"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
goat
Copy
"minecraft:behavior.tempt": {
"priority": 4,
"speed_multiplier": 0.75,
"items": [
"wheat"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
horse
Copy
"minecraft:behavior.tempt": {
"priority": 5,
"speed_multiplier": 1.2,
"items": [
"golden_apple",
"appleEnchanted",
"golden_carrot"
]
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
mooshroom
Copy
"minecraft:behavior.tempt": {
"priority": 4,
"speed_multiplier": 1.25,
"items": [
"wheat"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
mule
Copy
"minecraft:behavior.tempt": {
"priority": 5,
"speed_multiplier": 1.2,
"items": [
"apple",
"carrot",
"golden_apple",
"appleEnchanted",
"golden_carrot",
"carrotOnAStick",
"hay_block",
"sugar",
"bread",
"wheat"
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
ocelot
Copy
"minecraft:behavior.tempt": {
"priority": 4,
"speed_multiplier": 0.5,
"within_radius": 16,
"can_get_scared": true,
"items": [
"fish",
"salmon"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:behavior.tempt": {
"priority": 4,
"speed_multiplier": 0.5,
"within_radius": 16,
"items": [
"fish",
"salmon"
]
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
panda
Copy
"minecraft:behavior.tempt": {
"priority": 4,
"speed_multiplier": 1.25,
"items": [
"bamboo"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
pig
Copy
"minecraft:behavior.tempt": {
"priority": 5,
"speed_multiplier": 1.2,
"items": [
"potato",
"carrot",
"beetroot",
"carrotOnAStick"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
rabbit
Copy
"minecraft:behavior.tempt": {
"priority": 3,
"speed_multiplier": 1,
"items": [
"golden_carrot",
"carrot",
"yellow_flower"
]
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
sheep
Copy
"minecraft:behavior.tempt": {
"priority": 4,
"speed_multiplier": 1.25,
"items": [
"wheat"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
strider
Copy
"minecraft:behavior.tempt": {
"priority": 5,
"speed_multiplier": 1.2,
"items": [
"warped_fungus",
"warped_fungus_on_a_stick"
],
"can_tempt_while_ridden": true,
"tempt_sound": "tempt",
"sound_interval": {
"range_min": 2.0,
"range_max": 5.0
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
turtle
Copy
"minecraft:behavior.tempt": {
"priority": 3,
"speed_multiplier": 1.1,
"items": [
"seagrass"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
minecraft:behavior.trade_interest
villager_v2
Copy
"minecraft:behavior.trade_interest": {}
1
Copy
"minecraft:behavior.trade_interest": {
"priority": 5,
"within_radius": 6.0,
"interest_time": 45.0,
"remove_item_time": 1.0,
"carried_item_switch_time": 2.0,
"cooldown": 2.0
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
wandering_trader
Copy
"minecraft:behavior.trade_interest": {
"priority": 3,
"within_radius": 6.0,
"interest_time": 45.0,
"remove_item_time": 1.0,
"carried_item_switch_time": 2.0,
"cooldown": 2.0
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
minecraft:behavior.trade_with_player
villager
Copy
"minecraft:behavior.trade_with_player": {
"priority": 1
}
1
2
3
2
3
villager_v2
Copy
"minecraft:behavior.trade_with_player": {
"priority": 2
}
1
2
3
2
3
wandering_trader
Copy
"minecraft:behavior.trade_with_player": {
"priority": 1
}
1
2
3
2
3
minecraft:behavior.wither_random_attack_pos_goal
wither
Copy
"minecraft:behavior.wither_random_attack_pos_goal": {
"priority": 3
}
1
2
3
2
3
minecraft:behavior.wither_target_highest_damage
Copy
"minecraft:behavior.wither_target_highest_damage": {
"priority": 1
}
1
2
3
2
3
minecraft:behavior.work
villager_v2
Copy
"minecraft:behavior.work": {}
1
Copy
"minecraft:behavior.work": {
"priority": 7,
"active_time": 250,
"speed_multiplier": 0.5,
"goal_cooldown": 200,
"sound_delay_min": 100,
"sound_delay_max": 200,
"can_work_in_rain": false,
"work_in_rain_tolerance": 100,
"on_arrival": {
"event": "minecraft:resupply_trades",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
minecraft:block_climber
endermite
Copy
"minecraft:block_climber": {}
1
fox
Copy
"minecraft:block_climber": {}
1
player
Copy
"minecraft:block_climber": {}
1
rabbit
Copy
"minecraft:block_climber": {}
1
silverfish
Copy
"minecraft:block_climber": {}
1
minecraft:block_sensor
bee
Copy
"minecraft:block_sensor": {
"sensor_radius": 16,
"on_break": [
{
"block_list": [
"minecraft:beehive",
"minecraft:bee_nest"
],
"on_block_broken": "hive_destroyed"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
piglin
Copy
"minecraft:block_sensor": {
"sensor_radius": 16,
"on_break": [
{
"block_list": [
"minecraft:gold_block",
"minecraft:gilded_blackstone",
"minecraft:nether_gold_ore",
"minecraft:deepslate_gold_ore",
"minecraft:raw_gold_block",
"minecraft:gold_ore",
"minecraft:chest",
"minecraft:trapped_chest",
"minecraft:ender_chest",
"minecraft:barrel",
"minecraft:shulker_box",
"minecraft:undyed_shulker_box"
],
"on_block_broken": "important_block_destroyed_event"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
minecraft:boostable
pig
Copy
"minecraft:boostable": {
"speed_multiplier": 2.0,
"duration": 3.0,
"boost_items": [
{
"item": "carrotOnAStick",
"damage": 2,
"replace_item": "fishing_rod"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
strider
Copy
"minecraft:boostable": {
"speed_multiplier": 2.0,
"duration": 16.0,
"boost_items": [
{
"item": "warped_fungus_on_a_stick",
"damage": 1,
"replace_item": "fishing_rod"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
minecraft:boss
ender_dragon
Copy
"minecraft:boss": {
"should_darken_sky": false,
"hud_range": 125
}
1
2
3
4
2
3
4
wither
Copy
"minecraft:boss": {
"should_darken_sky": true,
"hud_range": 55
}
1
2
3
4
2
3
4
minecraft:break_blocks
ravager
Copy
"minecraft:break_blocks": {
"breakable_blocks": [
"bamboo",
"bamboo_sapling",
"beetroot",
"brown_mushroom",
"carrots",
"carved_pumpkin",
"chorus_flower",
"chorus_plant",
"deadbush",
"double_plant",
"leaves",
"leaves2",
"lit_pumpkin",
"melon_block",
"melon_stem",
"potatoes",
"pumpkin",
"pumpkin_stem",
"red_flower",
"red_mushroom",
"crimson_fungus",
"warped_fungus",
"reeds",
"sapling",
"snow_layer",
"sweet_berry_bush",
"tallgrass",
"turtle_egg",
"vine",
"waterlily",
"wheat",
"yellow_flower"
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
minecraft:breathable
axolotl
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0,
"breathes_water": true,
"breathes_air": true,
"generates_bubbles": false
}
1
2
3
4
5
6
7
2
3
4
5
6
7
bat
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
bee
Copy
"minecraft:breathable": {
"totalSupply": 15,
"suffocateTime": 0
}
1
2
3
4
2
3
4
cat
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
cave_spider
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
chicken
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
cow
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
creeper
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
dolphin
Copy
"minecraft:breathable": {
"total_supply": 240,
"suffocate_time": 0,
"breathes_air": true,
"breathes_water": false,
"generates_bubbles": false
}
1
2
3
4
5
6
7
2
3
4
5
6
7
donkey
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
drowned
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0,
"breathes_air": true,
"breathes_water": true
}
1
2
3
4
5
6
2
3
4
5
6
elder_guardian
Copy
"minecraft:breathable": {
"breathes_water": true
}
1
2
3
2
3
enderman
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
endermite
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
evocation_illager
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
fish
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0,
"breathes_air": false,
"breathes_water": true
}
1
2
3
4
5
6
2
3
4
5
6
fox
Copy
"minecraft:breathable": {
"totalSupply": 15,
"suffocateTime": 0
}
1
2
3
4
2
3
4
ghast
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
glow_squid
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0,
"breathes_air": false,
"breathes_water": true
}
1
2
3
4
5
6
2
3
4
5
6
goat
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
guardian
Copy
"minecraft:breathable": {
"breathes_water": true
}
1
2
3
2
3
hoglin
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
horse
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
husk
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0,
"breathes_water": true
}
1
2
3
4
5
2
3
4
5
llama
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
magma_cube
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0,
"breathes_lava": true
}
1
2
3
4
5
2
3
4
5
mooshroom
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
mule
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
ocelot
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
panda
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
parrot
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
phantom
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0,
"breathes_air": true,
"breathes_water": false
}
1
2
3
4
5
6
2
3
4
5
6
pig
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
piglin
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
piglin_brute
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
pillager
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
player
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": -1,
"inhale_time": 3.75,
"generates_bubbles": false
}
1
2
3
4
5
6
2
3
4
5
6
polar_bear
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
pufferfish
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0,
"breathes_air": false,
"breathes_water": true
}
1
2
3
4
5
6
2
3
4
5
6
rabbit
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
ravager
Copy
"minecraft:breathable": {
"suffocate_time": 0,
"total_supply": 15
}
1
2
3
4
2
3
4
salmon
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0,
"breathes_air": false,
"breathes_water": true
}
1
2
3
4
5
6
2
3
4
5
6
sheep
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
shulker
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
silverfish
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
skeleton
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0,
"breathes_water": true
}
1
2
3
4
5
2
3
4
5
skeleton_horse
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0,
"breathes_water": true
}
1
2
3
4
5
2
3
4
5
slime
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
snow_golem
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
spider
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
squid
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0,
"breathes_air": false,
"breathes_water": true
}
1
2
3
4
5
6
2
3
4
5
6
stray
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0,
"breathes_water": true
}
1
2
3
4
5
2
3
4
5
tropicalfish
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0,
"breathes_air": false,
"breathes_water": true
}
1
2
3
4
5
6
2
3
4
5
6
turtle
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0,
"breathes_water": true,
"breathes_air": true,
"generates_bubbles": false
}
1
2
3
4
5
6
7
2
3
4
5
6
7
villager
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
villager_v2
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
vindicator
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
wandering_trader
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
witch
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
wither
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
wither_skeleton
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0,
"breathes_water": true
}
1
2
3
4
5
2
3
4
5
wolf
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
1
2
3
4
2
3
4
zoglin
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0,
"breathes_water": true
}
1
2
3
4
5
2
3
4
5
zombie
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0,
"breathes_air": true,
"breathes_water": true
}
1
2
3
4
5
6
2
3
4
5
6
zombie_horse
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0,
"breathes_water": true
}
1
2
3
4
5
2
3
4
5
zombie_pigman
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0,
"breathes_water": true
}
1
2
3
4
5
2
3
4
5
zombie_villager
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0,
"breathes_water": true
}
1
2
3
4
5
2
3
4
5
zombie_villager_v2
Copy
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0,
"breathes_water": true
}
1
2
3
4
5
2
3
4
5
minecraft:breedable
axolotl
Copy
"minecraft:breedable": {
"require_tame": false,
"breed_items": "tropical_fish_bucket",
"transform_to_item": "water_bucket:0",
"breeds_with": {
"mate_type": "minecraft:axolotl",
"baby_type": "minecraft:axolotl",
"breed_event": {
"event": "minecraft:entity_born",
"target": "baby"
}
},
"mutation_factor": {
"variant": 0.00083
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
bee
Copy
"minecraft:breedable": {
"require_tame": false,
"breeds_with": {
"mate_type": "minecraft:bee",
"baby_type": "minecraft:bee",
"breed_event": {
"event": "minecraft:entity_born",
"target": "baby"
}
},
"breed_items": [
"minecraft:red_flower",
"minecraft:yellow_flower",
"minecraft:wither_rose",
"minecraft:double_plant:0",
"minecraft:double_plant:1",
"minecraft:double_plant:4",
"minecraft:double_plant:5",
"minecraft:flowering_azalea",
"minecraft:azalea_leaves_flowered"
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
cat
Copy
"minecraft:breedable": {
"require_tame": true,
"require_full_health": true,
"allow_sitting": true,
"breeds_with": {
"mate_type": "minecraft:cat",
"baby_type": "minecraft:cat",
"breed_event": {
"event": "minecraft:entity_born",
"target": "baby"
}
},
"breed_items": [
"fish",
"salmon"
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
chicken
Copy
"minecraft:breedable": {
"require_tame": false,
"breeds_with": {
"mate_type": "minecraft:chicken",
"baby_type": "minecraft:chicken",
"breed_event": {
"event": "minecraft:entity_born",
"target": "baby"
}
},
"breed_items": [
"wheat_seeds",
"beetroot_seeds",
"melon_seeds",
"pumpkin_seeds"
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
cow
Copy
"minecraft:breedable": {
"require_tame": false,
"breed_items": "wheat",
"breeds_with": {
"mate_type": "minecraft:cow",
"baby_type": "minecraft:cow",
"breed_event": {
"event": "minecraft:entity_born",
"target": "baby"
}
}
}
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
donkey
Copy
"minecraft:breedable": {
"require_tame": true,
"inherit_tamed": false,
"breeds_with": [
{
"mate_type": "minecraft:donkey",
"baby_type": "minecraft:donkey",
"breed_event": {
"event": "minecraft:entity_born",
"target": "baby"
}
},
{
"mate_type": "minecraft:horse",
"baby_type": "minecraft:mule",
"breed_event": {
"event": "minecraft:entity_born",
"target": "baby"
}
}
],
"breed_items": [
"golden_carrot",
"golden_apple",
"appleEnchanted"
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
fox
Copy
"minecraft:breedable": {
"require_tame": false,
"breed_items": [
"sweet_berries",
"glow_berries"
],
"breeds_with": {
"mate_type": "minecraft:fox",
"baby_type": "minecraft:fox",
"breed_event": {
"event": "minecraft:entity_born",
"target": "baby"
}
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
goat
Copy
"minecraft:breedable": {
"require_tame": false,
"breed_items": "wheat",
"breeds_with": {
"mate_type": "minecraft:goat",
"baby_type": "minecraft:goat",
"breed_event": {
"event": "minecraft:entity_born",
"target": "baby"
}
},
"mutation_factor": {
"variant": 0
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
hoglin
Copy
"minecraft:breedable": {
"require_tame": false,
"love_filters": {
"test": "has_component",
"subject": "self",
"operator": "!=",
"value": "minecraft:attack_cooldown"
},
"breeds_with": {
"mate_type": "minecraft:hoglin",
"baby_type": "minecraft:hoglin",
"breed_event": {
"event": "minecraft:entity_born",
"target": "baby"
}
},
"breed_items": [
"crimson_fungus"
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
horse
Copy
"minecraft:breedable": {
"require_tame": true,
"inherit_tamed": false,
"breeds_with": [
{
"mate_type": "minecraft:horse",
"baby_type": "minecraft:horse",
"breed_event": {
"event": "minecraft:entity_born",
"target": "baby"
}
},
{
"mate_type": "minecraft:donkey",
"baby_type": "minecraft:mule",
"breed_event": {
"event": "minecraft:entity_born",
"target": "baby"
}
}
],
"breed_items": [
"golden_carrot",
"golden_apple",
"appleEnchanted"
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
llama
Copy
"minecraft:breedable": {
"require_tame": true,
"inherit_tamed": false,
"love_filters": {
"test": "is_mark_variant",
"subject": "self",
"operator": "!=",
"value": 1
},
"breeds_with": {
"mate_type": "minecraft:llama",
"baby_type": "minecraft:llama",
"breed_event": {
"event": "minecraft:entity_born",
"target": "baby"
}
},
"breed_items": [
"hay_block"
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
mooshroom
Copy
"minecraft:breedable": {
"require_tame": false,
"breed_items": "wheat",
"breeds_with": {
"mate_type": "minecraft:mooshroom",
"baby_type": "minecraft:mooshroom",
"breed_event": {
"event": "minecraft:entity_born",
"target": "baby"
}
},
"deny_parents_variant": {
"chance": 0.00098,
"min_variant": 0,
"max_variant": 1
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
ocelot
Copy
"minecraft:breedable": {
"require_tame": false,
"breeds_with": {
"mate_type": "minecraft:ocelot",
"baby_type": "minecraft:ocelot",
"breed_event": {
"event": "minecraft:entity_born",
"target": "baby"
}
},
"breed_items": [
"fish",
"salmon"
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
panda
Copy
"minecraft:breedable": {
"require_tame": false,
"blend_attributes": false,
"environment_requirements": {
"blocks": "bamboo",
"count": 8,
"radius": 5
},
"breed_items": "bamboo",
"breeds_with": {
"mate_type": "minecraft:panda",
"baby_type": "minecraft:panda",
"breed_event": {
"event": "minecraft:entity_born",
"target": "baby"
}
},
"mutation_factor": {
"variant": 1.0
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pig
Copy
"minecraft:breedable": {
"require_tame": false,
"breeds_with": {
"mate_type": "minecraft:pig",
"baby_type": "minecraft:pig",
"breed_event": {
"event": "minecraft:entity_born",
"target": "baby"
}
},
"breed_items": [
"carrot",
"beetroot",
"potato"
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
rabbit
Copy
"minecraft:breedable": {
"breed_items": [
"golden_carrot",
"carrot",
"yellow_flower"
],
"breeds_with": {
"mate_type": "minecraft:rabbit",
"baby_type": "minecraft:rabbit"
},
"require_tame": false,
"mutation_factor": {
"variant": 0.2
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
sheep
Copy
"minecraft:breedable": {
"require_tame": false,
"breeds_with": {
"mate_type": "minecraft:sheep",
"baby_type": "minecraft:sheep"
},
"breed_items": "wheat"
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
strider
Copy
"minecraft:breedable": {
"require_tame": false,
"breeds_with": {
"mate_type": "minecraft:strider",
"baby_type": "minecraft:strider",
"breed_event": {
"event": "minecraft:entity_born",
"target": "baby"
}
},
"breed_items": [
"warped_fungus"
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
turtle
Copy
"minecraft:breedable": {
"require_tame": false,
"causes_pregnancy": true,
"breeds_with": {
"mate_type": "minecraft:turtle",
"baby_type": "minecraft:turtle",
"breed_event": {
"event": "minecraft:become_pregnant",
"target": "self"
}
},
"breed_items": [
"seagrass"
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
wolf
Copy
"minecraft:breedable": {
"require_tame": true,
"require_full_health": true,
"breeds_with": {
"mate_type": "minecraft:wolf",
"baby_type": "minecraft:wolf",
"breed_event": {
"event": "minecraft:entity_born",
"target": "baby"
}
},
"breed_items": [
"chicken",
"cooked_chicken",
"beef",
"cooked_beef",
"muttonRaw",
"muttonCooked",
"porkchop",
"cooked_porkchop",
"rabbit",
"cooked_rabbit",
"rotten_flesh"
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
minecraft:bribeable
dolphin
Copy
"minecraft:bribeable": {
"bribe_items": [
"fish",
"salmon"
]
}
1
2
3
4
5
6
2
3
4
5
6
minecraft:buoyant
boat
Copy
"minecraft:buoyant": {
"base_buoyancy": 1.0,
"apply_gravity": true,
"simulate_waves": true,
"big_wave_probability": 0.03,
"big_wave_speed": 10.0,
"liquid_blocks": [
"minecraft:water",
"minecraft:flowing_water"
]
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
Copy
"minecraft:buoyant": {
"base_buoyancy": 1.0,
"apply_gravity": true,
"simulate_waves": false,
"liquid_blocks": [
"minecraft:water",
"minecraft:flowing_water"
],
"drag_down_on_buoyancy_removed": 0.7
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
xp_orb
Copy
"minecraft:buoyant": {
"apply_gravity": false,
"liquid_blocks": [
"minecraft:flowing_water",
"minecraft:water"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
minecraft:burns_in_daylight
drowned
Copy
"minecraft:burns_in_daylight": {}
1
magma_cube
Copy
"minecraft:burns_in_daylight": false
1
phantom
Copy
"minecraft:burns_in_daylight": {}
1
skeleton
Copy
"minecraft:burns_in_daylight": {}
1
stray
Copy
"minecraft:burns_in_daylight": {}
1
zombie
Copy
"minecraft:burns_in_daylight": {}
1
zombie_villager
Copy
"minecraft:burns_in_daylight": {}
1
zombie_villager_v2
Copy
"minecraft:burns_in_daylight": {}
1
minecraft:can_climb
blaze
Copy
"minecraft:can_climb": {}
1
cat
Copy
"minecraft:can_climb": {}
1
cave_spider
Copy
"minecraft:can_climb": {}
1
chicken
Copy
"minecraft:can_climb": {}
1
cow
Copy
"minecraft:can_climb": {}
1
creeper
Copy
"minecraft:can_climb": {}
1
dolphin
Copy
"minecraft:can_climb": {}
1
drowned
Copy
"minecraft:can_climb": {}
1
enderman
Copy
"minecraft:can_climb": {}
1
endermite
Copy
"minecraft:can_climb": {}
1
evocation_illager
Copy
"minecraft:can_climb": {}
1
fox
Copy
"minecraft:can_climb": {}
1
glow_squid
Copy
"minecraft:can_climb": {}
1
goat
Copy
"minecraft:can_climb": {}
1
hoglin
Copy
"minecraft:can_climb": {}
1
husk
Copy
"minecraft:can_climb": {}
1
iron_golem
Copy
"minecraft:can_climb": {}
1
magma_cube
Copy
"minecraft:can_climb": {}
1
mooshroom
Copy
"minecraft:can_climb": {}
1
ocelot
Copy
"minecraft:can_climb": {}
1
panda
Copy
"minecraft:can_climb": {}
1
pig
Copy
"minecraft:can_climb": {}
1
player
Copy
"minecraft:can_climb": {}
1
polar_bear
Copy
"minecraft:can_climb": {}
1
rabbit
Copy
"minecraft:can_climb": {}
1
sheep
Copy
"minecraft:can_climb": {}
1
silverfish
Copy
"minecraft:can_climb": {}
1
skeleton
Copy
"minecraft:can_climb": {}
1
slime
Copy
"minecraft:can_climb": {}
1
snow_golem
Copy
"minecraft:can_climb": {}
1
spider
Copy
"minecraft:can_climb": {}
1
squid
Copy
"minecraft:can_climb": {}
1
stray
Copy
"minecraft:can_climb": {}
1
vex
Copy
"minecraft:can_climb": {}
1
villager
Copy
"minecraft:can_climb": {}
1
villager_v2
Copy
"minecraft:can_climb": {}
1
wandering_trader
Copy
"minecraft:can_climb": {}
1
witch
Copy
"minecraft:can_climb": {}
1
wither
Copy
"minecraft:can_climb": {}
1
wither_skeleton
Copy
"minecraft:can_climb": {}
1
wolf
Copy
"minecraft:can_climb": {}
1
zoglin
Copy
"minecraft:can_climb": {}
1
zombie
Copy
"minecraft:can_climb": {}
1
zombie_pigman
Copy
"minecraft:can_climb": {}
1
zombie_villager
Copy
"minecraft:can_climb": {}
1
zombie_villager_v2
Copy
"minecraft:can_climb": {}
1
minecraft:can_fly
bat
Copy
"minecraft:can_fly": {}
1
bee
Copy
"minecraft:can_fly": {}
1
ghast
Copy
"minecraft:can_fly": {}
1
parrot
Copy
"minecraft:can_fly": {}
1
wither
Copy
"minecraft:can_fly": {}
1
minecraft:can_power_jump
donkey
Copy
"minecraft:can_power_jump": {}
1
horse
Copy
"minecraft:can_power_jump": {}
1
mule
Copy
"minecraft:can_power_jump": {}
1
skeleton_horse
Copy
"minecraft:can_power_jump": {}
1
minecraft:celebrate_hunt
piglin
Copy
"minecraft:celebrate_hunt": {
"celebration_targets": {
"all_of": [
{
"test": "is_family",
"value": "hoglin"
}
]
},
"broadcast": true,
"duration": 10,
"celebrate_sound": "celebrate",
"sound_interval": {
"range_min": 2.0,
"range_max": 5.0
},
"radius": 16
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
minecraft:collision_box
armor_stand
Copy
"minecraft:collision_box": {
"width": 0.5,
"height": 1.975
}
1
2
3
4
2
3
4
arrow
Copy
"minecraft:collision_box": {
"width": 0.25,
"height": 0.25
}
1
2
3
4
2
3
4
axolotl
Copy
"minecraft:collision_box": {
"width": 0.75,
"height": 0.42
}
1
2
3
4
2
3
4
bat
Copy
"minecraft:collision_box": {
"width": 0.5,
"height": 0.9
}
1
2
3
4
2
3
4
bee
Copy
"minecraft:collision_box": {
"width": 0.55,
"height": 0.5
}
1
2
3
4
2
3
4
blaze
Copy
"minecraft:collision_box": {
"width": 0.5,
"height": 1.8
}
1
2
3
4
2
3
4
boat
Copy
"minecraft:collision_box": {
"width": 1.4,
"height": 0.455
}
1
2
3
4
2
3
4
cat
Copy
"minecraft:collision_box": {
"width": 0.6,
"height": 0.7
}
1
2
3
4
2
3
4
cave_spider
Copy
"minecraft:collision_box": {
"width": 0.7,
"height": 0.5
}
1
2
3
4
2
3
4
chest_minecart
Copy
"minecraft:collision_box": {
"width": 0.98,
"height": 0.7
}
1
2
3
4
2
3
4
chicken
Copy
"minecraft:collision_box": {
"width": 0.6,
"height": 0.8
}
1
2
3
4
2
3
4
command_block_minecart
Copy
"minecraft:collision_box": {
"width": 0.98,
"height": 0.7
}
1
2
3
4
2
3
4
cow
Copy
"minecraft:collision_box": {
"width": 0.9,
"height": 1.3
}
1
2
3
4
2
3
4
creeper
Copy
"minecraft:collision_box": {
"width": 0.6,
"height": 1.8
}
1
2
3
4
2
3
4
dolphin
Copy
"minecraft:collision_box": {
"width": 0.9,
"height": 0.6
}
1
2
3
4
2
3
4
donkey
Copy
"minecraft:collision_box": {
"width": 1.4,
"height": 1.6
}
1
2
3
4
2
3
4
dragon_fireball
Copy
"minecraft:collision_box": {
"width": 0.31,
"height": 0.31
}
1
2
3
4
2
3
4
drowned
Copy
"minecraft:collision_box": {
"width": 0.6,
"height": 1.9
}
1
2
3
4
2
3
4
egg
Copy
"minecraft:collision_box": {
"width": 0.25,
"height": 0.25
}
1
2
3
4
2
3
4
elder_guardian
Copy
"minecraft:collision_box": {
"width": 1.99,
"height": 1.99
}
1
2
3
4
2
3
4
enderman
Copy
"minecraft:collision_box": {
"width": 0.6,
"height": 2.9
}
1
2
3
4
2
3
4
endermite
Copy
"minecraft:collision_box": {
"width": 0.4,
"height": 0.3
}
1
2
3
4
2
3
4
ender_crystal
Copy
"minecraft:collision_box": {
"width": 0.98,
"height": 0.98
}
1
2
3
4
2
3
4
ender_dragon
Copy
"minecraft:collision_box": {
"width": 13,
"height": 4
}
1
2
3
4
2
3
4
ender_pearl
Copy
"minecraft:collision_box": {
"width": 0.25,
"height": 0.25
}
1
2
3
4
2
3
4
evocation_illager
Copy
"minecraft:collision_box": {
"width": 0.6,
"height": 1.9
}
1
2
3
4
2
3
4
eye_of_ender_signal
Copy
"minecraft:collision_box": {
"width": 0.25,
"height": 0.25
}
1
2
3
4
2
3
4
fireball
Copy
"minecraft:collision_box": {
"width": 0.31,
"height": 0.31
}
1
2
3
4
2
3
4
fireworks_rocket
Copy
"minecraft:collision_box": {
"width": 0.25,
"height": 0.25
}
1
2
3
4
2
3
4
fish
Copy
"minecraft:collision_box": {
"width": 0.6,
"height": 0.3
}
1
2
3
4
2
3
4
fishing_hook
Copy
"minecraft:collision_box": {
"width": 0.15,
"height": 0.15
}
1
2
3
4
2
3
4
fox
Copy
"minecraft:collision_box": {
"width": 0.6,
"height": 0.7
}
1
2
3
4
2
3
4
ghast
Copy
"minecraft:collision_box": {
"width": 4,
"height": 4
}
1
2
3
4
2
3
4
glow_squid
Copy
"minecraft:collision_box": {
"width": 0.95,
"height": 0.95
}
1
2
3
4
2
3
4
goat
Copy
"minecraft:collision_box": {
"width": 0.9,
"height": 1.3
}
1
2
3
4
2
3
4
guardian
Copy
"minecraft:collision_box": {
"width": 0.85,
"height": 0.85
}
1
2
3
4
2
3
4
hoglin
Copy
"minecraft:collision_box": {
"width": 0.85,
"height": 0.85
}
1
2
3
4
2
3
4
Copy
"minecraft:collision_box": {
"width": 0.9,
"height": 0.9
}
1
2
3
4
2
3
4
hopper_minecart
Copy
"minecraft:collision_box": {
"width": 0.98,
"height": 0.7
}
1
2
3
4
2
3
4
horse
Copy
"minecraft:collision_box": {
"width": 1.4,
"height": 1.6
}
1
2
3
4
2
3
4
husk
Copy
"minecraft:collision_box": {
"width": 0.6,
"height": 1.9
}
1
2
3
4
2
3
4
iron_golem
Copy
"minecraft:collision_box": {
"width": 1.4,
"height": 2.9
}
1
2
3
4
2
3
4
lingering_potion
Copy
"minecraft:collision_box": {
"width": 0.25,
"height": 0.25
}
1
2
3
4
2
3
4
llama
Copy
"minecraft:collision_box": {
"width": 0.9,
"height": 1.87
}
1
2
3
4
2
3
4
llama_spit
Copy
"minecraft:collision_box": {
"width": 0.31,
"height": 0.31
}
1
2
3
4
2
3
4
magma_cube
Copy
"minecraft:collision_box": {
"width": 2.08,
"height": 2.08
}
1
2
3
4
2
3
4
Copy
"minecraft:collision_box": {
"width": 0.78,
"height": 0.78
}
1
2
3
4
2
3
4
Copy
"minecraft:collision_box": {
"width": 0.52,
"height": 0.52
}
1
2
3
4
2
3
4
minecart
Copy
"minecraft:collision_box": {
"width": 0.98,
"height": 0.7
}
1
2
3
4
2
3
4
mooshroom
Copy
"minecraft:collision_box": {
"width": 0.9,
"height": 1.3
}
1
2
3
4
2
3
4
mule
Copy
"minecraft:collision_box": {
"width": 1.4,
"height": 1.6
}
1
2
3
4
2
3
4
npc
Copy
"minecraft:collision_box": {
"width": 0.6,
"height": 2.1
}
1
2
3
4
2
3
4
ocelot
Copy
"minecraft:collision_box": {
"width": 0.6,
"height": 0.7
}
1
2
3
4
2
3
4
panda
Copy
"minecraft:collision_box": {
"width": 1.7,
"height": 1.5
}
1
2
3
4
2
3
4
parrot
Copy
"minecraft:collision_box": {
"width": 0.5,
"height": 1
}
1
2
3
4
2
3
4
phantom
Copy
"minecraft:collision_box": {
"width": 0.9,
"height": 0.5
}
1
2
3
4
2
3
4
pig
Copy
"minecraft:collision_box": {
"width": 0.9,
"height": 0.9
}
1
2
3
4
2
3
4
piglin
Copy
"minecraft:collision_box": {
"width": 0.6,
"height": 1.9
}
1
2
3
4
2
3
4
piglin_brute
Copy
"minecraft:collision_box": {
"width": 0.6,
"height": 1.9
}
1
2
3
4
2
3
4
pillager
Copy
"minecraft:collision_box": {
"width": 0.6,
"height": 1.9
}
1
2
3
4
2
3
4
player
Copy
"minecraft:collision_box": {
"width": 0.6,
"height": 1.8
}
1
2
3
4
2
3
4
polar_bear
Copy
"minecraft:collision_box": {
"width": 1.3,
"height": 1.4
}
1
2
3
4
2
3
4
pufferfish
Copy
"minecraft:collision_box": {
"width": 0.8,
"height": 0.8
}
1
2
3
4
2
3
4
rabbit
Copy
"minecraft:collision_box": {
"width": 0.67,
"height": 0.67
}
1
2
3
4
2
3
4
ravager
Copy
"minecraft:collision_box": {
"height": 1.9,
"width": 1.2
}
1
2
3
4
2
3
4
salmon
Copy
"minecraft:collision_box": {
"width": 0.5,
"height": 0.5
}
1
2
3
4
2
3
4
sheep
Copy
"minecraft:collision_box": {
"width": 0.9,
"height": 1.3
}
1
2
3
4
2
3
4
shulker_bullet
Copy
"minecraft:collision_box": {
"width": 0.625,
"height": 0.625
}
1
2
3
4
2
3
4
silverfish
Copy
"minecraft:collision_box": {
"width": 0.4,
"height": 0.3
}
1
2
3
4
2
3
4
skeleton
Copy
"minecraft:collision_box": {
"width": 0.6,
"height": 1.9
}
1
2
3
4
2
3
4
skeleton_horse
Copy
"minecraft:collision_box": {
"width": 1.4,
"height": 1.6
}
1
2
3
4
2
3
4
slime
Copy
"minecraft:collision_box": {
"width": 2.08,
"height": 2.08
}
1
2
3
4
2
3
4
Copy
"minecraft:collision_box": {
"width": 1.04,
"height": 1.04
}
1
2
3
4
2
3
4
Copy
"minecraft:collision_box": {
"width": 0.52,
"height": 0.52
}
1
2
3
4
2
3
4
small_fireball
Copy
"minecraft:collision_box": {
"width": 0.31,
"height": 0.31
}
1
2
3
4
2
3
4
snowball
Copy
"minecraft:collision_box": {
"width": 0.25,
"height": 0.25
}
1
2
3
4
2
3
4
snow_golem
Copy
"minecraft:collision_box": {
"width": 0.4,
"height": 1.8
}
1
2
3
4
2
3
4
spider
Copy
"minecraft:collision_box": {
"width": 1.4,
"height": 0.9
}
1
2
3
4
2
3
4
splash_potion
Copy
"minecraft:collision_box": {
"width": 0.25,
"height": 0.25
}
1
2
3
4
2
3
4
squid
Copy
"minecraft:collision_box": {
"width": 0.95,
"height": 0.95
}
1
2
3
4
2
3
4
stray
Copy
"minecraft:collision_box": {
"width": 0.6,
"height": 1.9
}
1
2
3
4
2
3
4
strider
Copy
"minecraft:collision_box": {
"width": 0.9,
"height": 1.7
}
1
2
3
4
2
3
4
thrown_trident
Copy
"minecraft:collision_box": {
"width": 0.25,
"height": 0.35
}
1
2
3
4
2
3
4
tnt
Copy
"minecraft:collision_box": {
"width": 0.98,
"height": 0.98
}
1
2
3
4
2
3
4
tnt_minecart
Copy
"minecraft:collision_box": {
"width": 0.98,
"height": 0.7
}
1
2
3
4
2
3
4
tripod_camera
Copy
"minecraft:collision_box": {
"width": 0.75,
"height": 1.8
}
1
2
3
4
2
3
4
tropicalfish
Copy
"minecraft:collision_box": {
"width": 0.4,
"height": 0.4
}
1
2
3
4
2
3
4
turtle
Copy
"minecraft:collision_box": {
"width": 0.6,
"height": 0.2
}
1
2
3
4
2
3
4
Copy
"minecraft:collision_box": {
"width": 1.2,
"height": 0.4
}
1
2
3
4
2
3
4
vex
Copy
"minecraft:collision_box": {
"width": 0.4,
"height": 0.8
}
1
2
3
4
2
3
4
villager
Copy
"minecraft:collision_box": {
"width": 0.6,
"height": 1.9
}
1
2
3
4
2
3
4
villager_v2
Copy
"minecraft:collision_box": {
"width": 0.6,
"height": 1.9
}
1
2
3
4
2
3
4
vindicator
Copy
"minecraft:collision_box": {
"width": 0.6,
"height": 1.9
}
1
2
3
4
2
3
4
wandering_trader
Copy
"minecraft:collision_box": {
"width": 0.6,
"height": 1.9
}
1
2
3
4
2
3
4
witch
Copy
"minecraft:collision_box": {
"width": 0.6,
"height": 1.9
}
1
2
3
4
2
3
4
wither
Copy
"minecraft:collision_box": {
"width": 1,
"height": 3
}
1
2
3
4
2
3
4
wither_skeleton
Copy
"minecraft:collision_box": {
"width": 0.72,
"height": 2.01
}
1
2
3
4
2
3
4
wither_skull
Copy
"minecraft:collision_box": {
"width": 0.15,
"height": 0.15
}
1
2
3
4
2
3
4
wither_skull_dangerous
Copy
"minecraft:collision_box": {
"width": 0.15,
"height": 0.15
}
1
2
3
4
2
3
4
wolf
Copy
"minecraft:collision_box": {
"width": 0.6,
"height": 0.8
}
1
2
3
4
2
3
4
xp_bottle
Copy
"minecraft:collision_box": {
"width": 0.25,
"height": 0.25
}
1
2
3
4
2
3
4
xp_orb
Copy
"minecraft:collision_box": {
"width": 0.25,
"height": 0.25
}
1
2
3
4
2
3
4
zoglin
Copy
"minecraft:collision_box": {
"width": 0.85,
"height": 0.85
}
1
2
3
4
2
3
4
Copy
"minecraft:collision_box": {
"width": 0.9,
"height": 0.9
}
1
2
3
4
2
3
4
zombie
Copy
"minecraft:collision_box": {
"width": 0.6,
"height": 1.9
}
1
2
3
4
2
3
4
zombie_horse
Copy
"minecraft:collision_box": {
"width": 1.4,
"height": 1.6
}
1
2
3
4
2
3
4
zombie_pigman
Copy
"minecraft:collision_box": {
"width": 0.6,
"height": 1.9
}
1
2
3
4
2
3
4
zombie_villager
Copy
"minecraft:collision_box": {
"width": 0.6,
"height": 1.9
}
1
2
3
4
2
3
4
zombie_villager_v2
Copy
"minecraft:collision_box": {
"width": 0.6,
"height": 1.9
}
1
2
3
4
2
3
4
minecraft:color
cat
Copy
"minecraft:color": {
"value": 14
}
1
2
3
2
3
sheep
Copy
"minecraft:color": {
"value": 0
}
1
2
3
2
3
Copy
"minecraft:color": {
"value": 12
}
1
2
3
2
3
Copy
"minecraft:color": {
"value": 15
}
1
2
3
2
3
Copy
"minecraft:color": {
"value": 8
}
1
2
3
2
3
Copy
"minecraft:color": {
"value": 7
}
1
2
3
2
3
Copy
"minecraft:color": {
"value": 6
}
1
2
3
2
3
Copy
"minecraft:color": {
"value": 14
}
1
2
3
2
3
tropicalfish
Copy
"minecraft:color": {
"value": 0
}
1
2
3
2
3
Copy
"minecraft:color": {
"value": 1
}
1
2
3
2
3
Copy
"minecraft:color": {
"value": 2
}
1
2
3
2
3
Copy
"minecraft:color": {
"value": 3
}
1
2
3
2
3
Copy
"minecraft:color": {
"value": 4
}
1
2
3
2
3
Copy
"minecraft:color": {
"value": 5
}
1
2
3
2
3
Copy
"minecraft:color": {
"value": 6
}
1
2
3
2
3
Copy
"minecraft:color": {
"value": 7
}
1
2
3
2
3
Copy
"minecraft:color": {
"value": 8
}
1
2
3
2
3
Copy
"minecraft:color": {
"value": 9
}
1
2
3
2
3
Copy
"minecraft:color": {
"value": 10
}
1
2
3
2
3
Copy
"minecraft:color": {
"value": 11
}
1
2
3
2
3
Copy
"minecraft:color": {
"value": 12
}
1
2
3
2
3
Copy
"minecraft:color": {
"value": 13
}
1
2
3
2
3
Copy
"minecraft:color": {
"value": 14
}
1
2
3
2
3
wolf
Copy
"minecraft:color": {
"value": 14
}
1
2
3
2
3
minecraft:color2
tropicalfish
Copy
"minecraft:color2": {
"value": 0
}
1
2
3
2
3
Copy
"minecraft:color2": {
"value": 1
}
1
2
3
2
3
Copy
"minecraft:color2": {
"value": 2
}
1
2
3
2
3
Copy
"minecraft:color2": {
"value": 3
}
1
2
3
2
3
Copy
"minecraft:color2": {
"value": 4
}
1
2
3
2
3
Copy
"minecraft:color2": {
"value": 5
}
1
2
3
2
3
Copy
"minecraft:color2": {
"value": 6
}
1
2
3
2
3
Copy
"minecraft:color2": {
"value": 7
}
1
2
3
2
3
Copy
"minecraft:color2": {
"value": 8
}
1
2
3
2
3
Copy
"minecraft:color2": {
"value": 9
}
1
2
3
2
3
Copy
"minecraft:color2": {
"value": 10
}
1
2
3
2
3
Copy
"minecraft:color2": {
"value": 11
}
1
2
3
2
3
Copy
"minecraft:color2": {
"value": 12
}
1
2
3
2
3
Copy
"minecraft:color2": {
"value": 13
}
1
2
3
2
3
Copy
"minecraft:color2": {
"value": 14
}
1
2
3
2
3
minecraft:combat_regeneration
axolotl
Copy
"minecraft:combat_regeneration": {}
1
minecraft:conditional_bandwidth_optimization
area_effect_cloud
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
armor_stand
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
arrow
Copy
"minecraft:conditional_bandwidth_optimization": {
"default_values": {
"max_optimized_distance": 80.0,
"max_dropped_ticks": 10,
"use_motion_prediction_hints": true
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
bat
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
bee
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
blaze
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
boat
Copy
"minecraft:conditional_bandwidth_optimization": {
"default_values": {
"max_optimized_distance": 60.0,
"max_dropped_ticks": 20,
"use_motion_prediction_hints": true
},
"conditional_values": [
{
"max_optimized_distance": 0.0,
"max_dropped_ticks": 0,
"use_motion_prediction_hints": true,
"conditional_values": [
{
"test": "is_moving",
"subject": "self",
"operator": "==",
"value": true
}
]
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
cat
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
cave_spider
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
chest_minecart
Copy
"minecraft:conditional_bandwidth_optimization": {
"default_values": {
"max_optimized_distance": 60.0,
"max_dropped_ticks": 20,
"use_motion_prediction_hints": true
},
"conditional_values": [
{
"max_optimized_distance": 0.0,
"max_dropped_ticks": 0,
"conditional_values": [
{
"test": "is_moving",
"subject": "self",
"operator": "==",
"value": true
}
]
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
chicken
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
command_block_minecart
Copy
"minecraft:conditional_bandwidth_optimization": {
"default_values": {
"max_optimized_distance": 60.0,
"max_dropped_ticks": 20,
"use_motion_prediction_hints": true
},
"conditional_values": [
{
"max_optimized_distance": 0.0,
"max_dropped_ticks": 0,
"conditional_values": [
{
"test": "is_moving",
"subject": "self",
"operator": "==",
"value": true
}
]
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
cow
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
creeper
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
dolphin
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
donkey
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
drowned
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
egg
Copy
"minecraft:conditional_bandwidth_optimization": {
"default_values": {
"max_optimized_distance": 80.0,
"max_dropped_ticks": 10,
"use_motion_prediction_hints": true
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
elder_guardian
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
enderman
Copy
"minecraft:conditional_bandwidth_optimization": {
"default_values": {
"max_optimized_distance": 80.0,
"max_dropped_ticks": 10,
"use_motion_prediction_hints": true
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
endermite
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
ender_crystal
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
ender_pearl
Copy
"minecraft:conditional_bandwidth_optimization": {
"default_values": {
"max_optimized_distance": 80.0,
"max_dropped_ticks": 10,
"use_motion_prediction_hints": true
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
evocation_illager
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
eye_of_ender_signal
Copy
"minecraft:conditional_bandwidth_optimization": {
"default_values": {
"max_optimized_distance": 80.0,
"max_dropped_ticks": 10,
"use_motion_prediction_hints": true
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
fireball
Copy
"minecraft:conditional_bandwidth_optimization": {
"default_values": {
"max_optimized_distance": 80.0,
"max_dropped_ticks": 10,
"use_motion_prediction_hints": true
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
fireworks_rocket
Copy
"minecraft:conditional_bandwidth_optimization": {
"default_values": {
"max_optimized_distance": 80.0,
"max_dropped_ticks": 10,
"use_motion_prediction_hints": true
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
fish
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
fishing_hook
Copy
"minecraft:conditional_bandwidth_optimization": {
"default_values": {
"max_optimized_distance": 80.0,
"max_dropped_ticks": 10,
"use_motion_prediction_hints": true
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
fox
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
ghast
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
guardian
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
hoglin
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
hopper_minecart
Copy
"minecraft:conditional_bandwidth_optimization": {
"default_values": {
"max_optimized_distance": 60.0,
"max_dropped_ticks": 20,
"use_motion_prediction_hints": true
},
"conditional_values": [
{
"max_optimized_distance": 0.0,
"max_dropped_ticks": 0,
"conditional_values": [
{
"test": "is_moving",
"subject": "self",
"operator": "==",
"value": true
}
]
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
horse
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
husk
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
iron_golem
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
lightning_bolt
Copy
"minecraft:conditional_bandwidth_optimization": {
"default_values": {
"max_optimized_distance": 80.0,
"max_dropped_ticks": 10,
"use_motion_prediction_hints": true
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
lingering_potion
Copy
"minecraft:conditional_bandwidth_optimization": {
"default_values": {
"max_optimized_distance": 80.0,
"max_dropped_ticks": 10,
"use_motion_prediction_hints": true
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
llama
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
llama_spit
Copy
"minecraft:conditional_bandwidth_optimization": {
"default_values": {
"max_optimized_distance": 80.0,
"max_dropped_ticks": 10,
"use_motion_prediction_hints": true
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
magma_cube
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
minecart
Copy
"minecraft:conditional_bandwidth_optimization": {
"default_values": {
"max_optimized_distance": 60.0,
"max_dropped_ticks": 20,
"use_motion_prediction_hints": true
},
"conditional_values": [
{
"max_optimized_distance": 0.0,
"max_dropped_ticks": 0,
"conditional_values": [
{
"test": "is_moving",
"subject": "self",
"operator": "==",
"value": true
}
]
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
mooshroom
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
mule
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
npc
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
ocelot
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
panda
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
parrot
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
phantom
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
pig
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
piglin
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
piglin_brute
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
pillager
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
player
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
polar_bear
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
pufferfish
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
rabbit
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
ravager
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
salmon
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
sheep
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
shulker
Copy
"minecraft:conditional_bandwidth_optimization": {
"default_values": {
"max_optimized_distance": 80.0,
"max_dropped_ticks": 10,
"use_motion_prediction_hints": true
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
shulker_bullet
Copy
"minecraft:conditional_bandwidth_optimization": {
"default_values": {
"max_optimized_distance": 80.0,
"max_dropped_ticks": 10,
"use_motion_prediction_hints": true
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
silverfish
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
skeleton
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
skeleton_horse
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
slime
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
small_fireball
Copy
"minecraft:conditional_bandwidth_optimization": {
"default_values": {
"max_optimized_distance": 80.0,
"max_dropped_ticks": 10,
"use_motion_prediction_hints": true
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
snowball
Copy
"minecraft:conditional_bandwidth_optimization": {
"default_values": {
"max_optimized_distance": 100.0,
"max_dropped_ticks": 5,
"use_motion_prediction_hints": true
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
snow_golem
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
spider
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
splash_potion
Copy
"minecraft:conditional_bandwidth_optimization": {
"default_values": {
"max_optimized_distance": 80.0,
"max_dropped_ticks": 10,
"use_motion_prediction_hints": true
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
squid
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
stray
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
strider
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
thrown_trident
Copy
"minecraft:conditional_bandwidth_optimization": {
"default_values": {
"max_optimized_distance": 80.0,
"max_dropped_ticks": 10,
"use_motion_prediction_hints": true
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
tnt
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
tnt_minecart
Copy
"minecraft:conditional_bandwidth_optimization": {
"default_values": {
"max_optimized_distance": 60.0,
"max_dropped_ticks": 20,
"use_motion_prediction_hints": true
},
"conditional_values": [
{
"max_optimized_distance": 0.0,
"max_dropped_ticks": 0,
"conditional_values": [
{
"test": "is_moving",
"subject": "self",
"operator": "==",
"value": true
}
]
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
tripod_camera
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
tropicalfish
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
turtle
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
vex
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
villager
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
villager_v2
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
vindicator
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
wandering_trader
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
witch
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
wither
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
wither_skeleton
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
wither_skull
Copy
"minecraft:conditional_bandwidth_optimization": {
"default_values": {
"max_optimized_distance": 80.0,
"max_dropped_ticks": 10,
"use_motion_prediction_hints": true
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
wither_skull_dangerous
Copy
"minecraft:conditional_bandwidth_optimization": {
"default_values": {
"max_optimized_distance": 80.0,
"max_dropped_ticks": 10,
"use_motion_prediction_hints": true
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
wolf
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
xp_bottle
Copy
"minecraft:conditional_bandwidth_optimization": {
"default_values": {
"max_optimized_distance": 80.0,
"max_dropped_ticks": 10,
"use_motion_prediction_hints": true
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
xp_orb
Copy
"minecraft:conditional_bandwidth_optimization": {
"default_values": {
"max_optimized_distance": 80.0,
"max_dropped_ticks": 10,
"use_motion_prediction_hints": true
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
zoglin
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
zombie
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
zombie_horse
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
zombie_pigman
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
zombie_villager
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
zombie_villager_v2
Copy
"minecraft:conditional_bandwidth_optimization": {}
1
minecraft:custom_hit_test
hoglin
Copy
"minecraft:custom_hit_test": {
"hitboxes": [
{
"width": 1.0,
"height": 0.85,
"pivot": [
0,
0.5,
0
]
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
Copy
"minecraft:custom_hit_test": {
"hitboxes": [
{
"width": 2.0,
"height": 1.75,
"pivot": [
0,
1,
0
]
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
zoglin
Copy
"minecraft:custom_hit_test": {
"hitboxes": [
{
"width": 1.0,
"height": 0.85,
"pivot": [
0,
0.5,
0
]
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
Copy
"minecraft:custom_hit_test": {
"hitboxes": [
{
"width": 2.0,
"height": 1.75,
"pivot": [
0,
1,
0
]
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
minecraft:damage_over_time
axolotl
Copy
"minecraft:damage_over_time": {
"damage_per_hurt": 1,
"time_between_hurt": 0
}
1
2
3
4
2
3
4
dolphin
Copy
"minecraft:damage_over_time": {
"damage_per_hurt": 1,
"time_between_hurt": 0
}
1
2
3
4
2
3
4
minecraft:damage_sensor
axolotl
Copy
"minecraft:damage_sensor": {
"triggers": {
"cause": "lightning",
"deals_damage": true,
"damage_multiplier": 2000.0
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
bat
Copy
"minecraft:damage_sensor": {
"triggers": {
"cause": "fall",
"deals_damage": false
}
}
1
2
3
4
5
6
2
3
4
5
6
bee
Copy
"minecraft:damage_sensor": {
"triggers": {
"cause": "fall",
"deals_damage": false
}
}
1
2
3
4
5
6
2
3
4
5
6
blaze
Copy
"minecraft:damage_sensor": {
"triggers": {
"cause": "fall",
"deals_damage": false
}
}
1
2
3
4
5
6
2
3
4
5
6
cat
Copy
"minecraft:damage_sensor": {
"triggers": {
"cause": "fall",
"deals_damage": false
}
}
1
2
3
4
5
6
2
3
4
5
6
chicken
Copy
"minecraft:damage_sensor": {
"triggers": {
"cause": "fall",
"deals_damage": false
}
}
1
2
3
4
5
6
2
3
4
5
6
creeper
Copy
"minecraft:damage_sensor": {
"triggers": {
"on_damage": {
"filters": {
"test": "is_family",
"subject": "other",
"value": "lightning"
},
"event": "minecraft:become_charged"
},
"deals_damage": false
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
ender_dragon
Copy
"minecraft:damage_sensor": {
"triggers": {
"cause": "fall",
"deals_damage": false
}
}
1
2
3
4
5
6
2
3
4
5
6
fox
Copy
"minecraft:damage_sensor": {
"triggers": [
{
"on_damage": {
"filters": {
"test": "is_block",
"subject": "block",
"value": "minecraft:sweet_berry_bush"
}
},
"deals_damage": false
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
ghast
Copy
"minecraft:damage_sensor": {
"triggers": {
"cause": "fall",
"deals_damage": false
}
}
1
2
3
4
5
6
2
3
4
5
6
goat
Copy
"minecraft:damage_sensor": {
"triggers": {
"cause": "fall",
"deals_damage": true,
"damage_modifier": -10
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
iron_golem
Copy
"minecraft:damage_sensor": {
"triggers": {
"cause": "fall",
"deals_damage": false
}
}
1
2
3
4
5
6
2
3
4
5
6
llama
Copy
"minecraft:damage_sensor": {
"triggers": {
"cause": "all",
"deals_damage": true,
"on_damage": {
"filters": {
"test": "in_caravan",
"value": false
},
"event": "minecraft:become_angry"
}
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
Copy
"minecraft:damage_sensor": {
"triggers": {
"cause": "all",
"deals_damage": true
}
}
1
2
3
4
5
6
2
3
4
5
6
magma_cube
Copy
"minecraft:damage_sensor": {
"triggers": {
"cause": "fall",
"deals_damage": false
}
}
1
2
3
4
5
6
2
3
4
5
6
mooshroom
Copy
"minecraft:damage_sensor": {
"triggers": [
{
"on_damage": {
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "lightning"
},
{
"test": "is_variant",
"subject": "self",
"operator": "==",
"value": 0
}
]
},
"event": "minecraft:become_brown"
},
"deals_damage": false,
"on_damage_sound_event": "convert_mooshroom"
},
{
"on_damage": {
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "lightning"
},
{
"test": "is_variant",
"subject": "self",
"operator": "==",
"value": 1
}
]
},
"event": "minecraft:become_red"
},
"deals_damage": false,
"on_damage_sound_event": "convert_mooshroom"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
npc
Copy
"minecraft:damage_sensor": {
"triggers": {
"cause": "all",
"deals_damage": false
}
}
1
2
3
4
5
6
2
3
4
5
6
ocelot
Copy
"minecraft:damage_sensor": {
"triggers": {
"cause": "fall",
"deals_damage": false
}
}
1
2
3
4
5
6
2
3
4
5
6
parrot
Copy
"minecraft:damage_sensor": {
"triggers": {
"cause": "fall",
"deals_damage": false
}
}
1
2
3
4
5
6
2
3
4
5
6
pig
Copy
"minecraft:damage_sensor": {
"triggers": {
"on_damage": {
"filters": [
{
"test": "is_family",
"subject": "other",
"value": "lightning"
},
{
"test": "is_difficulty",
"operator": "!=",
"value": "peaceful"
}
],
"event": "become_zombie"
},
"deals_damage": false
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pillager
Copy
"minecraft:damage_sensor": {
"triggers": {
"on_damage": {
"filters": {
"all_of": [
{
"test": "has_damage",
"value": "fatal"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
}
]
},
"event": "minecraft:gain_bad_omen",
"target": "other"
}
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
skeleton
Copy
"minecraft:damage_sensor": {
"triggers": {
"on_damage": {
"filters": {
"other_with_families": "lightning"
}
},
"deals_damage": false
}
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
skeleton_horse
Copy
"minecraft:damage_sensor": {
"triggers": {
"on_damage": {
"filters": {
"test": "is_family",
"subject": "other",
"value": "lightning"
}
},
"deals_damage": false
}
}
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
snow_golem
Copy
"minecraft:damage_sensor": {
"triggers": {
"cause": "fall",
"deals_damage": false
}
}
1
2
3
4
5
6
2
3
4
5
6
turtle
Copy
"minecraft:damage_sensor": {
"triggers": {
"cause": "lightning",
"deals_damage": true,
"damage_multiplier": 2000.0
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
villager
Copy
"minecraft:damage_sensor": {
"triggers": [
{
"on_damage": {
"filters": {
"test": "is_family",
"subject": "other",
"value": "lightning"
},
"event": "become_witch"
},
"deals_damage": false
},
{
"on_damage": {
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "zombie"
},
{
"test": "is_family",
"subject": "other",
"value": "husk"
}
],
"all_of": [
{
"test": "has_damage",
"value": "fatal"
}
]
},
"event": "become_zombie"
}
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
villager_v2
Copy
"minecraft:damage_sensor": {
"triggers": [
{
"on_damage": {
"filters": [
{
"test": "is_family",
"subject": "other",
"value": "lightning"
},
{
"test": "is_difficulty",
"operator": "!=",
"value": "peaceful"
}
],
"event": "become_witch"
},
"deals_damage": false
},
{
"on_damage": {
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "zombie"
},
{
"test": "is_family",
"subject": "other",
"value": "husk"
}
],
"all_of": [
{
"test": "has_damage",
"value": "fatal"
}
]
},
"event": "become_zombie"
}
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
vindicator
Copy
"minecraft:damage_sensor": {
"triggers": {
"on_damage": {
"filters": {
"all_of": [
{
"test": "has_damage",
"value": "fatal"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
}
]
},
"event": "minecraft:gain_bad_omen",
"target": "other"
}
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
wandering_trader
Copy
"minecraft:damage_sensor": {
"triggers": [
{
"cause": "entity_attack",
"deals_damage": true,
"on_damage": {
"event": "minecraft:become_scared"
}
},
{
"cause": "projectile",
"deals_damage": true,
"on_damage": {
"event": "minecraft:become_scared"
}
},
{
"cause": "magic",
"deals_damage": true,
"on_damage": {
"event": "minecraft:become_scared"
}
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
wither
Copy
"minecraft:damage_sensor": {
"triggers": {
"on_damage": {
"filters": {
"test": "is_family",
"subject": "other",
"value": "undead"
}
},
"deals_damage": false
}
}
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
minecraft:despawn
axolotl
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
bat
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
blaze
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
cat
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
cave_spider
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
chicken
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
cow
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
creeper
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
dolphin
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
donkey
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
drowned
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
enderman
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
endermite
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
fish
Copy
"minecraft:despawn": {
"despawn_from_distance": {
"min_distance": 32,
"max_distance": 40
}
}
1
2
3
4
5
6
2
3
4
5
6
fox
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
ghast
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
glow_squid
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
goat
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
guardian
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
hoglin
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
horse
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
husk
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
llama
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
magma_cube
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
mooshroom
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
mule
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
ocelot
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
panda
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
parrot
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
phantom
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
pig
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
piglin
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
piglin_brute
Copy
"minecraft:despawn": {
"filters": {
"any_of": [
{
"all_of": [
{
"test": "is_persistent",
"value": false
},
{
"test": "distance_to_nearest_player",
"operator": ">",
"value": 54
}
]
},
{
"all_of": [
{
"test": "is_persistent",
"value": false
},
{
"test": "inactivity_timer",
"subject": "self",
"value": 30
},
{
"test": "random_chance",
"value": 800
},
{
"test": "distance_to_nearest_player",
"operator": ">",
"value": 32
}
]
}
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
pillager
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
polar_bear
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
pufferfish
Copy
"minecraft:despawn": {
"despawn_from_distance": {
"min_distance": 32,
"max_distance": 40
}
}
1
2
3
4
5
6
2
3
4
5
6
rabbit
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
ravager
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
salmon
Copy
"minecraft:despawn": {
"despawn_from_distance": {
"min_distance": 32,
"max_distance": 40
}
}
1
2
3
4
5
6
2
3
4
5
6
sheep
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
silverfish
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
skeleton
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
skeleton_horse
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
slime
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
spider
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
squid
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
stray
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
strider
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
tropicalfish
Copy
"minecraft:despawn": {
"despawn_from_distance": {
"min_distance": 32,
"max_distance": 40
}
}
1
2
3
4
5
6
2
3
4
5
6
turtle
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
vex
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
wandering_trader
Copy
"minecraft:despawn": {
"remove_child_entities": true,
"filters": {
"all_of": [
{
"any_of": [
{
"test": "is_family",
"subject": "self",
"value": "wandering_trader_despawning"
},
{
"test": "has_trade_supply",
"subject": "self",
"value": false
}
]
},
{
"test": "distance_to_nearest_player",
"operator": ">",
"value": 24
}
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
witch
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
wither_skeleton
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
wolf
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
zoglin
Copy
"minecraft:despawn": {
"filters": {
"any_of": [
{
"all_of": [
{
"test": "is_persistent",
"value": false
},
{
"test": "distance_to_nearest_player",
"operator": ">",
"value": 54
}
]
},
{
"all_of": [
{
"test": "is_persistent",
"value": false
},
{
"test": "inactivity_timer",
"subject": "self",
"value": 30
},
{
"test": "random_chance",
"value": 800
},
{
"test": "distance_to_nearest_player",
"operator": ">",
"value": 32
}
]
}
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
zombie
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
zombie_horse
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
zombie_pigman
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
zombie_villager
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
zombie_villager_v2
Copy
"minecraft:despawn": {
"despawn_from_distance": {}
}
1
2
3
2
3
minecraft:drying_out_timer
axolotl
Copy
"minecraft:drying_out_timer": {
"total_time": 300,
"water_bottle_refill_time": 90,
"dried_out_event": {
"event": "dried_out"
},
"stopped_drying_out_event": {
"event": "stop_drying_out"
},
"recover_after_dried_out_event": {
"event": "recover_after_dried_out"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
dolphin
Copy
"minecraft:drying_out_timer": {
"total_time": 120,
"water_bottle_refill_time": 0,
"dried_out_event": {
"event": "dried_out"
},
"stopped_drying_out_event": {
"event": "stop_dryingout"
},
"recover_after_dried_out_event": {
"event": "recover_after_dried_out"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
minecraft:dweller
cat
Copy
"minecraft:dweller": {
"dwelling_type": "village",
"dweller_role": "passive",
"update_interval_base": 60,
"update_interval_variant": 40,
"can_find_poi": false,
"can_migrate": true,
"first_founding_reward": 0
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
evocation_illager
Copy
"minecraft:dweller": {
"dwelling_type": "village",
"dweller_role": "hostile",
"update_interval_base": 60,
"update_interval_variant": 40,
"can_find_poi": false,
"can_migrate": false,
"first_founding_reward": 0
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
iron_golem
Copy
"minecraft:dweller": {
"dwelling_type": "village",
"dweller_role": "defender",
"update_interval_base": 60,
"update_interval_variant": 40,
"can_find_poi": false,
"can_migrate": true,
"first_founding_reward": 0
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
pillager
Copy
"minecraft:dweller": {
"dwelling_type": "village",
"dweller_role": "hostile",
"update_interval_base": 60,
"update_interval_variant": 40,
"can_find_poi": false,
"can_migrate": false,
"first_founding_reward": 0
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
ravager
Copy
"minecraft:dweller": {
"dwelling_type": "village",
"dweller_role": "hostile",
"update_interval_base": 60,
"update_interval_variant": 40,
"can_find_poi": false,
"can_migrate": false,
"first_founding_reward": 0
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
villager_v2
Copy
"minecraft:dweller": {
"dwelling_type": "village",
"dweller_role": "inhabitant",
"update_interval_base": 60,
"update_interval_variant": 40,
"can_find_poi": true,
"can_migrate": true,
"first_founding_reward": 5
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
Copy
"minecraft:dweller": {
"dwelling_type": "village",
"dweller_role": "inhabitant",
"preferred_profession": "farmer",
"update_interval_base": 60,
"update_interval_variant": 40,
"can_find_poi": true,
"can_migrate": true,
"first_founding_reward": 5
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:dweller": {
"dwelling_type": "village",
"dweller_role": "inhabitant",
"preferred_profession": "fisherman",
"update_interval_base": 60,
"update_interval_variant": 40,
"can_find_poi": true,
"can_migrate": true,
"first_founding_reward": 5
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:dweller": {
"dwelling_type": "village",
"dweller_role": "inhabitant",
"preferred_profession": "shepherd",
"update_interval_base": 60,
"update_interval_variant": 40,
"can_find_poi": true,
"can_migrate": true,
"first_founding_reward": 5
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:dweller": {
"dwelling_type": "village",
"dweller_role": "inhabitant",
"preferred_profession": "fletcher",
"update_interval_base": 60,
"update_interval_variant": 40,
"can_find_poi": true,
"can_migrate": true,
"first_founding_reward": 5
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:dweller": {
"dwelling_type": "village",
"dweller_role": "inhabitant",
"preferred_profession": "librarian",
"update_interval_base": 60,
"update_interval_variant": 40,
"can_find_poi": true,
"can_migrate": true,
"first_founding_reward": 5
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:dweller": {
"dwelling_type": "village",
"dweller_role": "inhabitant",
"preferred_profession": "cartographer",
"update_interval_base": 60,
"update_interval_variant": 40,
"can_find_poi": true,
"can_migrate": true,
"first_founding_reward": 5
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:dweller": {
"dwelling_type": "village",
"dweller_role": "inhabitant",
"preferred_profession": "cleric",
"update_interval_base": 60,
"update_interval_variant": 40,
"can_find_poi": true,
"can_migrate": true,
"first_founding_reward": 5
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:dweller": {
"dwelling_type": "village",
"dweller_role": "inhabitant",
"preferred_profession": "armorer",
"update_interval_base": 60,
"update_interval_variant": 40,
"can_find_poi": true,
"can_migrate": true,
"first_founding_reward": 5
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:dweller": {
"dwelling_type": "village",
"dweller_role": "inhabitant",
"preferred_profession": "weaponsmith",
"update_interval_base": 60,
"update_interval_variant": 40,
"can_find_poi": true,
"can_migrate": true,
"first_founding_reward": 5
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:dweller": {
"dwelling_type": "village",
"dweller_role": "inhabitant",
"preferred_profession": "toolsmith",
"update_interval_base": 60,
"update_interval_variant": 40,
"can_find_poi": true,
"can_migrate": true,
"first_founding_reward": 5
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:dweller": {
"dwelling_type": "village",
"dweller_role": "inhabitant",
"preferred_profession": "butcher",
"update_interval_base": 60,
"update_interval_variant": 40,
"can_find_poi": true,
"can_migrate": true,
"first_founding_reward": 5
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:dweller": {
"dwelling_type": "village",
"dweller_role": "inhabitant",
"preferred_profession": "leatherworker",
"update_interval_base": 60,
"update_interval_variant": 40,
"can_find_poi": true,
"can_migrate": true,
"first_founding_reward": 5
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:dweller": {
"dwelling_type": "village",
"dweller_role": "inhabitant",
"preferred_profession": "mason",
"update_interval_base": 60,
"update_interval_variant": 40,
"can_find_poi": true,
"can_migrate": true,
"first_founding_reward": 5
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
vindicator
Copy
"minecraft:dweller": {
"dwelling_type": "village",
"dweller_role": "hostile",
"update_interval_base": 60,
"update_interval_variant": 40,
"can_find_poi": false,
"can_migrate": false,
"first_founding_reward": 0
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
witch
Copy
"minecraft:dweller": {
"dwelling_type": "village",
"dweller_role": "hostile",
"update_interval_base": 60,
"update_interval_variant": 40,
"can_find_poi": false,
"can_migrate": false,
"first_founding_reward": 0
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
minecraft:economy_trade_table
villager_v2
Copy
"minecraft:economy_trade_table": {}
1
Copy
"minecraft:economy_trade_table": {
"display_name": "entity.villager.farmer",
"table": "trading/economy_trades/farmer_trades.json",
"new_screen": true,
"persist_trades": true,
"cured_discount": [
-100,
-100
],
"max_cured_discount": [
-500,
-500
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
Copy
"minecraft:economy_trade_table": {
"display_name": "entity.villager.fisherman",
"table": "trading/economy_trades/fisherman_trades.json",
"new_screen": true,
"persist_trades": true,
"cured_discount": [
-100,
-100
],
"max_cured_discount": [
-500,
-500
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
Copy
"minecraft:economy_trade_table": {
"display_name": "entity.villager.shepherd",
"table": "trading/economy_trades/shepherd_trades.json",
"new_screen": true,
"persist_trades": true,
"cured_discount": [
-100,
-100
],
"max_cured_discount": [
-500,
-500
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
Copy
"minecraft:economy_trade_table": {
"display_name": "entity.villager.fletcher",
"table": "trading/economy_trades/fletcher_trades.json",
"new_screen": true,
"persist_trades": true,
"cured_discount": [
-100,
-100
],
"max_cured_discount": [
-500,
-500
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
Copy
"minecraft:economy_trade_table": {
"display_name": "entity.villager.librarian",
"table": "trading/economy_trades/librarian_trades.json",
"new_screen": true,
"persist_trades": true,
"cured_discount": [
-100,
-100
],
"max_cured_discount": [
-500,
-500
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
Copy
"minecraft:economy_trade_table": {
"display_name": "entity.villager.cartographer",
"table": "trading/economy_trades/cartographer_trades.json",
"new_screen": true,
"persist_trades": true,
"cured_discount": [
-100,
-100
],
"max_cured_discount": [
-500,
-500
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
Copy
"minecraft:economy_trade_table": {
"display_name": "entity.villager.cleric",
"table": "trading/economy_trades/cleric_trades.json",
"new_screen": true,
"persist_trades": true,
"cured_discount": [
-100,
-100
],
"max_cured_discount": [
-500,
-500
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
Copy
"minecraft:economy_trade_table": {
"display_name": "entity.villager.armor",
"table": "trading/economy_trades/armorer_trades.json",
"new_screen": true,
"persist_trades": true,
"cured_discount": [
-100,
-100
],
"max_cured_discount": [
-500,
-500
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
Copy
"minecraft:economy_trade_table": {
"display_name": "entity.villager.weapon",
"table": "trading/economy_trades/weapon_smith_trades.json",
"new_screen": true,
"persist_trades": true,
"cured_discount": [
-100,
-100
],
"max_cured_discount": [
-500,
-500
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
Copy
"minecraft:economy_trade_table": {
"display_name": "entity.villager.tool",
"table": "trading/economy_trades/tool_smith_trades.json",
"new_screen": true,
"persist_trades": true,
"cured_discount": [
-100,
-100
],
"max_cured_discount": [
-500,
-500
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
Copy
"minecraft:economy_trade_table": {
"display_name": "entity.villager.butcher",
"table": "trading/economy_trades/butcher_trades.json",
"new_screen": true,
"persist_trades": true,
"cured_discount": [
-100,
-100
],
"max_cured_discount": [
-500,
-500
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
Copy
"minecraft:economy_trade_table": {
"display_name": "entity.villager.leather",
"table": "trading/economy_trades/leather_worker_trades.json",
"new_screen": true,
"persist_trades": true,
"cured_discount": [
-100,
-100
],
"max_cured_discount": [
-500,
-500
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
Copy
"minecraft:economy_trade_table": {
"display_name": "entity.villager.mason",
"table": "trading/economy_trades/stone_mason_trades.json",
"new_screen": true,
"persist_trades": true,
"cured_discount": [
-100,
-100
],
"max_cured_discount": [
-500,
-500
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
wandering_trader
Copy
"minecraft:economy_trade_table": {
"display_name": "entity.wandering_trader.name",
"table": "trading/economy_trades/wandering_trader_trades.json",
"new_screen": true
}
1
2
3
4
5
2
3
4
5
minecraft:entity_sensor
pufferfish
Copy
"minecraft:entity_sensor": {
"sensor_range": 2.5,
"relative_range": false,
"minimum_count": 1,
"event_filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "mob"
},
{
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"none_of": {
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
}
]
}
]
},
"event": "minecraft:start_half_puff"
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Copy
"minecraft:entity_sensor": {
"sensor_range": 2.5,
"relative_range": false,
"minimum_count": 1,
"event_filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "mob"
},
{
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"none_of": {
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
}
]
}
]
},
"event": "minecraft:start_full_puff"
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Copy
"minecraft:entity_sensor": {
"sensor_range": 2.9,
"relative_range": false,
"require_all": true,
"event_filters": {
"none_of": [
{
"test": "is_family",
"subject": "other",
"value": "mob"
},
{
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"none_of": {
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
}
]
}
],
"test": "distance_to_nearest_player",
"operator": ">",
"value": 2.9
},
"event": "minecraft:from_full_puff"
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
minecraft:environment_sensor
axolotl
Copy
"minecraft:environment_sensor": {
"triggers": [
{
"filters": {
"test": "in_water",
"operator": "!=",
"value": true
},
"event": "start_drying_out"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
Copy
"minecraft:environment_sensor": {
"triggers": [
{
"filters": {
"test": "in_water_or_rain",
"operator": "!=",
"value": true
},
"event": "start_drying_out"
},
{
"filters": {
"test": "in_water",
"operator": "==",
"value": true
},
"event": "enter_water"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
bee
Copy
"minecraft:environment_sensor": {
"triggers": [
{
"event": "seek_shelter",
"filters": {
"all_of": [
{
"any_of": [
{
"test": "is_daytime",
"value": false
},
{
"test": "weather",
"operator": "==",
"value": "precipitation"
}
]
},
{
"test": "has_component",
"value": "minecraft:is_charged",
"operator": "!="
},
{
"test": "has_biome_tag",
"value": "overworld"
}
]
}
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Copy
"minecraft:environment_sensor": {
"triggers": [
{
"event": "abort_sheltering",
"filters": {
"all_of": [
{
"test": "weather",
"operator": "==",
"value": "clear"
},
{
"test": "is_daytime",
"value": true
}
]
}
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
cave_spider
Copy
"minecraft:environment_sensor": {
"triggers": {
"filters": {
"test": "is_brightness",
"operator": "<",
"value": 0.49
},
"event": "minecraft:become_hostile"
}
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:environment_sensor": {
"triggers": {
"filters": {
"test": "is_brightness",
"operator": ">",
"value": 0.49
},
"event": "minecraft:become_neutral"
}
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
dolphin
Copy
"minecraft:environment_sensor": {
"triggers": [
{
"filters": {
"all_of": [
{
"test": "on_ground",
"operator": "==",
"value": true
},
{
"test": "in_water",
"operator": "!=",
"value": true
}
]
},
"event": "navigation_on_land"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Copy
"minecraft:environment_sensor": {
"triggers": [
{
"filters": {
"test": "in_water",
"operator": "==",
"value": true
},
"event": "navigation_off_land"
},
{
"filters": {
"test": "in_water_or_rain",
"operator": "!=",
"value": true
},
"event": "start_dryingout"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
fox
Copy
"minecraft:environment_sensor": {
"triggers": [
{
"filters": {
"test": "is_daytime",
"value": false
},
"event": "minecraft:fox_configure_night"
},
{
"filters": {
"test": "is_daytime",
"value": true
},
"event": "minecraft:fox_configure_day"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Copy
"minecraft:environment_sensor": {
"triggers": [
{
"filters": {
"all_of": [
{
"test": "is_daytime",
"value": true
},
{
"test": "has_target",
"operator": "==",
"value": false
}
]
},
"event": "minecraft:fox_configure_docile_day"
},
{
"filters": {
"all_of": [
{
"test": "is_daytime",
"value": false
},
{
"test": "has_target",
"operator": "==",
"value": false
}
]
},
"event": "minecraft:fox_configure_docile_night"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Copy
"minecraft:environment_sensor": {
"triggers": [
{
"filters": {
"all_of": [
{
"test": "weather_at_position",
"operator": "!=",
"value": "thunderstorm"
},
{
"test": "is_daytime",
"value": true
}
]
},
"event": "minecraft:fox_configure_day"
},
{
"filters": {
"all_of": [
{
"test": "weather_at_position",
"operator": "!=",
"value": "thunderstorm"
},
{
"test": "is_daytime",
"value": false
}
]
},
"event": "minecraft:fox_configure_night"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Copy
"minecraft:environment_sensor": {
"triggers": [
{
"filters": {
"test": "weather_at_position",
"value": "thunderstorm"
},
"event": "minecraft:fox_configure_thunderstorm"
},
{
"filters": {
"test": "is_daytime",
"value": false
},
"event": "minecraft:fox_configure_night"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Copy
"minecraft:environment_sensor": {
"triggers": [
{
"filters": {
"test": "weather_at_position",
"value": "thunderstorm"
},
"event": "minecraft:fox_configure_thunderstorm"
},
{
"filters": {
"test": "is_daytime",
"value": true
},
"event": "minecraft:fox_configure_day"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
hoglin
Copy
"minecraft:environment_sensor": {
"triggers": {
"filters": {
"test": "in_nether",
"subject": "self",
"operator": "==",
"value": false
},
"event": "start_zombification_event"
}
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
Copy
"minecraft:environment_sensor": {
"triggers": {
"filters": {
"test": "in_nether",
"subject": "self",
"operator": "==",
"value": true
},
"event": "stop_zombification_event"
}
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
husk
Copy
"minecraft:environment_sensor": {
"triggers": [
{
"filters": {
"test": "is_underwater",
"subject": "self",
"operator": "==",
"value": true
},
"event": "minecraft:start_transforming"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
Copy
"minecraft:environment_sensor": {
"triggers": {
"filters": {
"test": "is_underwater",
"subject": "self",
"operator": "==",
"value": true
},
"event": "minecraft:start_transforming"
}
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
Copy
"minecraft:environment_sensor": {
"triggers": {
"filters": {
"test": "is_underwater",
"subject": "self",
"operator": "==",
"value": false
},
"event": "minecraft:stop_transforming"
}
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
llama
Copy
"minecraft:environment_sensor": {
"triggers": {
"filters": {
"all_of": [
{
"test": "is_leashed",
"subject": "self",
"value": false
},
{
"test": "has_component",
"subject": "self",
"operator": "!=",
"value": "minecraft:is_tamed"
}
]
},
"event": "minecraft:on_tame"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
piglin
Copy
"minecraft:environment_sensor": {
"triggers": {
"filters": {
"test": "in_nether",
"subject": "self",
"operator": "==",
"value": false
},
"event": "start_zombification_event"
}
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
Copy
"minecraft:environment_sensor": {
"triggers": {
"filters": {
"test": "in_nether",
"subject": "self",
"operator": "==",
"value": true
},
"event": "stop_zombification_event"
}
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
piglin_brute
Copy
"minecraft:environment_sensor": {
"triggers": {
"filters": {
"test": "in_nether",
"subject": "self",
"operator": "==",
"value": false
},
"event": "start_zombification_event"
}
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
Copy
"minecraft:environment_sensor": {
"triggers": {
"filters": {
"test": "in_nether",
"subject": "self",
"operator": "==",
"value": true
},
"event": "stop_zombification_event"
}
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
pillager
Copy
"minecraft:environment_sensor": {
"triggers": {
"filters": {
"test": "is_underwater",
"subject": "self",
"operator": "==",
"value": true
},
"event": "minecraft:melee_mode"
}
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
Copy
"minecraft:environment_sensor": {
"triggers": {
"filters": {
"test": "in_water",
"subject": "self",
"operator": "==",
"value": false
},
"event": "minecraft:ranged_mode"
}
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
player
Copy
"minecraft:environment_sensor": {
"triggers": {
"filters": {
"all_of": [
{
"test": "has_mob_effect",
"subject": "self",
"value": "bad_omen"
},
{
"test": "is_in_village",
"subject": "self",
"value": true
}
]
},
"event": "minecraft:trigger_raid"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
skeleton
Copy
"minecraft:environment_sensor": {
"triggers": [
{
"filters": {
"test": "is_underwater",
"subject": "self",
"operator": "==",
"value": true
},
"event": "minecraft:melee_mode"
},
{
"filters": {
"test": "has_ranged_weapon",
"subject": "self",
"operator": "==",
"value": false
},
"event": "minecraft:melee_mode"
},
{
"filters": {
"test": "in_block",
"subject": "self",
"operator": "==",
"value": "minecraft:powder_snow"
},
"event": "got_in_powder_snow"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Copy
"minecraft:environment_sensor": {
"triggers": [
{
"filters": {
"test": "in_block",
"subject": "self",
"operator": "!=",
"value": "minecraft:powder_snow"
},
"event": "got_out_of_powder_snow"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
Copy
"minecraft:environment_sensor": {
"triggers": [
{
"filters": {
"test": "is_underwater",
"subject": "self",
"operator": "==",
"value": true
},
"event": "minecraft:melee_mode"
},
{
"filters": {
"test": "has_ranged_weapon",
"subject": "self",
"operator": "==",
"value": false
},
"event": "minecraft:melee_mode"
},
{
"filters": {
"all_of": [
{
"test": "in_water",
"subject": "self",
"operator": "==",
"value": false
},
{
"test": "has_ranged_weapon",
"subject": "self",
"operator": "==",
"value": true
}
]
},
"event": "minecraft:ranged_mode"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Copy
"minecraft:environment_sensor": {
"triggers": [
{
"filters": {
"all_of": [
{
"test": "in_water",
"subject": "self",
"operator": "==",
"value": false
},
{
"test": "has_ranged_weapon",
"subject": "self",
"operator": "==",
"value": true
}
]
},
"event": "minecraft:ranged_mode"
},
{
"filters": {
"test": "in_block",
"subject": "self",
"operator": "==",
"value": "minecraft:powder_snow"
},
"event": "got_in_powder_snow"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
spider
Copy
"minecraft:environment_sensor": {
"triggers": {
"filters": {
"test": "is_brightness",
"operator": "<",
"value": 0.49
},
"event": "minecraft:become_hostile"
}
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:environment_sensor": {
"triggers": {
"filters": {
"test": "is_brightness",
"operator": ">",
"value": 0.49
},
"event": "minecraft:become_neutral"
}
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
stray
Copy
"minecraft:environment_sensor": {
"triggers": [
{
"filters": {
"test": "is_underwater",
"subject": "self",
"operator": "==",
"value": true
},
"event": "minecraft:melee_mode"
},
{
"filters": {
"test": "has_ranged_weapon",
"subject": "self",
"operator": "==",
"value": false
},
"event": "minecraft:melee_mode"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Copy
"minecraft:environment_sensor": {
"triggers": [
{
"filters": {
"all_of": [
{
"test": "in_water",
"subject": "self",
"operator": "==",
"value": false
},
{
"test": "has_ranged_weapon",
"subject": "self",
"operator": "==",
"value": true
}
]
},
"event": "minecraft:ranged_mode"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
strider
Copy
"minecraft:environment_sensor": {
"triggers": {
"filters": {
"any_of": [
{
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
{
"test": "in_lava",
"subject": "other",
"operator": "==",
"value": true
}
]
},
"event": "stop_suffocating"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Copy
"minecraft:environment_sensor": {
"triggers": {
"filters": {
"all_of": [
{
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": false
},
{
"any_of": [
{
"test": "is_riding",
"subject": "self",
"operator": "==",
"value": false
},
{
"test": "in_lava",
"subject": "other",
"operator": "==",
"value": false
}
]
}
]
},
"event": "start_suffocating"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
zombie
Copy
"minecraft:environment_sensor": {
"triggers": {
"filters": {
"test": "is_underwater",
"operator": "==",
"value": true
},
"event": "minecraft:start_transforming"
}
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:environment_sensor": {
"triggers": {
"filters": {
"test": "is_underwater",
"subject": "self",
"operator": "==",
"value": true
},
"event": "minecraft:start_transforming"
}
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
Copy
"minecraft:environment_sensor": {
"triggers": {
"filters": {
"test": "is_underwater",
"subject": "self",
"operator": "==",
"value": false
},
"event": "minecraft:stop_transforming"
}
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
minecraft:equip_item
drowned
Copy
"minecraft:equip_item": {}
1
fox
Copy
"minecraft:equip_item": {}
1
husk
Copy
"minecraft:equip_item": {}
1
piglin
Copy
"minecraft:equip_item": {}
1
pillager
Copy
"minecraft:equip_item": {}
1
skeleton
Copy
"minecraft:equip_item": {}
1
stray
Copy
"minecraft:equip_item": {}
1
wither_skeleton
Copy
"minecraft:equip_item": {}
1
zombie
Copy
"minecraft:equip_item": {}
1
zombie_pigman
Copy
"minecraft:equip_item": {}
1
zombie_villager
Copy
"minecraft:equip_item": {}
1
zombie_villager_v2
Copy
"minecraft:equip_item": {}
1
minecraft:equipment
drowned
Copy
"minecraft:equipment": {
"table": "loot_tables/entities/drowned_ranged_equipment.json",
"slot_drop_chance": [
{
"slot": "slot.weapon.offhand",
"drop_chance": 1.0
}
]
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
Copy
"minecraft:equipment": {
"table": "loot_tables/entities/drowned_equipment.json",
"slot_drop_chance": [
{
"slot": "slot.weapon.offhand",
"drop_chance": 1.0
}
]
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
fox
Copy
"minecraft:equipment": {
"table": "loot_tables/entities/fox_equipment.json",
"slot_drop_chance": [
{
"slot": "slot.weapon.mainhand",
"drop_chance": 1.0
}
]
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
husk
Copy
"minecraft:equipment": {
"table": "loot_tables/entities/zombie_equipment.json"
}
1
2
3
2
3
piglin
Copy
"minecraft:equipment": {
"table": "loot_tables/entities/piglin_gear_ranged.json"
}
1
2
3
2
3
Copy
"minecraft:equipment": {
"table": "loot_tables/entities/piglin_gear_melee.json"
}
1
2
3
2
3
piglin_brute
Copy
"minecraft:equipment": {
"table": "loot_tables/entities/piglin_brute_gear.json"
}
1
2
3
2
3
pillager
Copy
"minecraft:equipment": {
"table": "loot_tables/entities/pillager_gear.json"
}
1
2
3
2
3
Copy
"minecraft:equipment": {
"table": "loot_tables/entities/pillager_captain_equipment.json",
"slot_drop_chance": [
{
"slot": "slot.armor.chest",
"drop_chance": 1.0
}
]
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
skeleton
Copy
"minecraft:equipment": {
"table": "loot_tables/entities/skeleton_gear.json"
}
1
2
3
2
3
stray
Copy
"minecraft:equipment": {
"table": "loot_tables/entities/skeleton_gear.json"
}
1
2
3
2
3
vex
Copy
"minecraft:equipment": {
"table": "loot_tables/entities/vex_gear.json"
}
1
2
3
2
3
vindicator
Copy
"minecraft:equipment": {
"table": "loot_tables/entities/vindicator_gear.json"
}
1
2
3
2
3
Copy
"minecraft:equipment": {
"table": "loot_tables/entities/vindicator_captain_equipment.json",
"slot_drop_chance": [
{
"slot": "slot.armor.chest",
"drop_chance": 1.0
}
]
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
wither_skeleton
Copy
"minecraft:equipment": {
"table": "loot_tables/entities/wither_skeleton_gear.json"
}
1
2
3
2
3
zombie
Copy
"minecraft:equipment": {
"table": "loot_tables/entities/zombie_equipment.json"
}
1
2
3
2
3
zombie_pigman
Copy
"minecraft:equipment": {
"table": "loot_tables/entities/zombie_pigman_gear.json"
}
1
2
3
2
3
Copy
"minecraft:equipment": {
"table": "loot_tables/entities/zombified_piglin_rider_gear.json"
}
1
2
3
2
3
minecraft:equippable
donkey
Copy
"minecraft:equippable": {
"slots": [
{
"slot": 0,
"item": "saddle",
"accepted_items": [
"saddle"
],
"on_equip": {
"event": "minecraft:donkey_saddled"
},
"on_unequip": {
"event": "minecraft:donkey_unsaddled"
}
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
horse
Copy
"minecraft:equippable": {
"slots": [
{
"slot": 0,
"item": "saddle",
"accepted_items": [
"saddle"
],
"on_equip": {
"event": "minecraft:horse_saddled"
},
"on_unequip": {
"event": "minecraft:horse_unsaddled"
}
},
{
"slot": 1,
"item": "horsearmoriron",
"accepted_items": [
"horsearmorleather",
"horsearmoriron",
"horsearmorgold",
"horsearmordiamond"
]
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
llama
Copy
"minecraft:equippable": {
"slots": [
{
"slot": 1,
"item": "carpet",
"accepted_items": [
"carpet"
]
}
]
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
mule
Copy
"minecraft:equippable": {
"slots": [
{
"slot": 0,
"item": "saddle",
"accepted_items": [
"saddle"
],
"on_equip": {
"event": "minecraft:mule_saddled"
},
"on_unequip": {
"event": "minecraft:mule_unsaddled"
}
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
minecraft:experience_reward
axolotl
Copy
"minecraft:experience_reward": {
"on_bred": "Math.Random(1,7)",
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
4
2
3
4
bee
Copy
"minecraft:experience_reward": {
"on_bred": "Math.Random(1,7)",
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
4
2
3
4
blaze
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 10 : 0"
}
1
2
3
2
3
cat
Copy
"minecraft:experience_reward": {
"on_bred": "Math.Random(1,7)",
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
4
2
3
4
cave_spider
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 5 : 0"
}
1
2
3
2
3
chicken
Copy
"minecraft:experience_reward": {
"on_bred": "Math.Random(1,7)",
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
4
2
3
4
cow
Copy
"minecraft:experience_reward": {
"on_bred": "Math.Random(1,7)",
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
4
2
3
4
creeper
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 5 : 0"
}
1
2
3
2
3
dolphin
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
2
3
donkey
Copy
"minecraft:experience_reward": {
"on_bred": "Math.Random(1,7)",
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
4
2
3
4
drowned
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 12 + (query.equipment_count * Math.Random(1,3)) : 0"
}
1
2
3
2
3
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 5 + (query.equipment_count * Math.Random(1,3)) : 0"
}
1
2
3
2
3
elder_guardian
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 10 : 0"
}
1
2
3
2
3
enderman
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 5 : 0"
}
1
2
3
2
3
endermite
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 3 : 0"
}
1
2
3
2
3
evocation_illager
Copy
"minecraft:experience_reward": {
"on_death": "10"
}
1
2
3
2
3
fish
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
2
3
fox
Copy
"minecraft:experience_reward": {
"on_bred": "Math.Random(1,7)",
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
4
2
3
4
ghast
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 5 + (query.equipment_count * Math.Random(1,3)) : 0"
}
1
2
3
2
3
glow_squid
Copy
"minecraft:experience_reward": {
"on_death": "!query.is_baby && query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
2
3
goat
Copy
"minecraft:experience_reward": {
"on_bred": "Math.Random(1,7)",
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
4
2
3
4
guardian
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 10 : 0"
}
1
2
3
2
3
hoglin
Copy
"minecraft:experience_reward": {
"on_bred": "Math.Random(1,7)",
"on_death": "query.last_hit_by_player ? 5 : 0"
}
1
2
3
4
2
3
4
horse
Copy
"minecraft:experience_reward": {
"on_bred": "Math.Random(1,7)",
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
4
2
3
4
husk
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 12 + (query.equipment_count * Math.Random(1,3)) : 0"
}
1
2
3
2
3
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 5 + (query.equipment_count * Math.Random(1,3)) : 0"
}
1
2
3
2
3
llama
Copy
"minecraft:experience_reward": {
"on_bred": "Math.Random(1,7)",
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
4
2
3
4
magma_cube
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? query.variant : 0"
}
1
2
3
2
3
mooshroom
Copy
"minecraft:experience_reward": {
"on_bred": "Math.Random(1,7)",
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
4
2
3
4
mule
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
2
3
ocelot
Copy
"minecraft:experience_reward": {
"on_bred": "Math.Random(1,7)",
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
4
2
3
4
panda
Copy
"minecraft:experience_reward": {
"on_bred": "Math.Random(1,7)",
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
4
2
3
4
parrot
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
2
3
phantom
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 5 : 0"
}
1
2
3
2
3
pig
Copy
"minecraft:experience_reward": {
"on_bred": "Math.Random(1,7)",
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
4
2
3
4
piglin
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 1 + (query.equipment_count * Math.Random(1,2)) : 0"
}
1
2
3
2
3
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 5 + (query.equipment_count * Math.Random(1,3)) : 0"
}
1
2
3
2
3
piglin_brute
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 20 : 0"
}
1
2
3
2
3
pillager
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? (query.is_baby ? 12 : 5) + (Math.die_roll(query.equipment_count,1,3)) : 0"
}
1
2
3
2
3
player
Copy
"minecraft:experience_reward": {
"on_death": "Math.Min(query.player_level * 7, 100)"
}
1
2
3
2
3
polar_bear
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
2
3
pufferfish
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
2
3
rabbit
Copy
"minecraft:experience_reward": {
"on_bred": "Math.Random(1,7)",
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
4
2
3
4
ravager
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 20 : 0"
}
1
2
3
2
3
salmon
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
2
3
sheep
Copy
"minecraft:experience_reward": {
"on_bred": "Math.Random(1,7)",
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
4
2
3
4
shulker
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 5 : 0"
}
1
2
3
2
3
silverfish
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 5 : 0"
}
1
2
3
2
3
skeleton
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 5 + (query.equipment_count * Math.Random(1,3)) : 0"
}
1
2
3
2
3
skeleton_horse
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
2
3
slime
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? query.variant : 0"
}
1
2
3
2
3
spider
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 5 : 0"
}
1
2
3
2
3
squid
Copy
"minecraft:experience_reward": {
"on_death": "!query.is_baby && query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
2
3
stray
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 5 + (query.equipment_count * Math.Random(1,3)) : 0"
}
1
2
3
2
3
strider
Copy
"minecraft:experience_reward": {
"on_bred": "Math.Random(1,7)",
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
4
2
3
4
tropicalfish
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
2
3
turtle
Copy
"minecraft:experience_reward": {
"on_bred": "Math.Random(1,7)",
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
4
2
3
4
vex
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 5 + (query.equipment_count * Math.Random(1,3)) : 0"
}
1
2
3
2
3
vindicator
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? (query.is_baby ? 12 : 5) + (Math.die_roll(query.equipment_count,1,3)) : 0"
}
1
2
3
2
3
witch
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? (query.is_baby ? 12 : 5) + (Math.die_roll(query.equipment_count,1,3)) : 0"
}
1
2
3
2
3
wither
Copy
"minecraft:experience_reward": {
"on_death": "50"
}
1
2
3
2
3
wither_skeleton
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 5 + (query.equipment_count * Math.Random(1,3)) : 0"
}
1
2
3
2
3
wolf
Copy
"minecraft:experience_reward": {
"on_bred": "Math.Random(1,7)",
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
4
2
3
4
zoglin
Copy
"minecraft:experience_reward": {
"on_bred": "Math.Random(1,7)",
"on_death": "query.last_hit_by_player ? 5 : 0"
}
1
2
3
4
2
3
4
zombie
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 12 + (query.equipment_count * Math.Random(1,3)) : 0"
}
1
2
3
2
3
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 5 + (query.equipment_count * Math.Random(1,3)) : 0"
}
1
2
3
2
3
zombie_horse
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}
1
2
3
2
3
zombie_pigman
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 12 + (query.equipment_count * Math.Random(1,3)) : 0"
}
1
2
3
2
3
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 5 + (query.equipment_count * Math.Random(1,3)) : 0"
}
1
2
3
2
3
zombie_villager
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 12 + (query.equipment_count * Math.Random(1,3)) : 0"
}
1
2
3
2
3
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 5 + (query.equipment_count * Math.Random(1,3)) : 0"
}
1
2
3
2
3
zombie_villager_v2
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 12 + (query.equipment_count * Math.Random(1,3)) : 0"
}
1
2
3
2
3
Copy
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 5 + (query.equipment_count * Math.Random(1,3)) : 0"
}
1
2
3
2
3
minecraft:explode
creeper
Copy
"minecraft:explode": {
"fuse_length": 1.5,
"fuse_lit": true,
"power": 3,
"causes_fire": false,
"destroy_affected_by_griefing": true
}
1
2
3
4
5
6
7
2
3
4
5
6
7
Copy
"minecraft:explode": {
"fuse_length": 1.5,
"fuse_lit": true,
"power": 6,
"causes_fire": false,
"destroy_affected_by_griefing": true
}
1
2
3
4
5
6
7
2
3
4
5
6
7
ender_crystal
Copy
"minecraft:explode": {
"fuse_length": 0,
"fuse_lit": true,
"power": 6,
"causes_fire": false,
"destroy_affected_by_griefing": true
}
1
2
3
4
5
6
7
2
3
4
5
6
7
fireball
Copy
"minecraft:explode": {
"fuse_length": 0,
"fuse_lit": true,
"power": 1,
"causes_fire": true,
"fire_affected_by_griefing": true,
"destroy_affected_by_griefing": true
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
tnt
Copy
"minecraft:explode": {
"fuse_length": 4,
"fuse_lit": true,
"power": 4,
"causes_fire": false
}
1
2
3
4
5
6
2
3
4
5
6
Copy
"minecraft:explode": {
"fuse_length": {
"range_min": 0.5,
"range_max": 2.0
},
"fuse_lit": true,
"power": 4,
"causes_fire": false
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
tnt_minecart
Copy
"minecraft:explode": {
"fuse_length": 4,
"fuse_lit": true,
"power": 3,
"causes_fire": false
}
1
2
3
4
5
6
2
3
4
5
6
Copy
"minecraft:explode": {
"fuse_length": 0,
"fuse_lit": true,
"power": 3,
"causes_fire": false
}
1
2
3
4
5
6
2
3
4
5
6
wither_skull
Copy
"minecraft:explode": {
"fuse_length": 0,
"fuse_lit": true,
"power": 1,
"causes_fire": false,
"destroy_affected_by_griefing": true
}
1
2
3
4
5
6
7
2
3
4
5
6
7
wither_skull_dangerous
Copy
"minecraft:explode": {
"fuse_length": 0,
"fuse_lit": true,
"power": 1,
"causes_fire": false,
"max_resistance": 4.0,
"destroy_affected_by_griefing": true
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
minecraft:fire_immune
blaze
Copy
"minecraft:fire_immune": {}
1
ender_crystal
Copy
"minecraft:fire_immune": true
1
ender_dragon
Copy
"minecraft:fire_immune": true
1
ghast
Copy
"minecraft:fire_immune": {}
1
magma_cube
Copy
"minecraft:fire_immune": {}
1
npc
Copy
"minecraft:fire_immune": true
1
strider
Copy
"minecraft:fire_immune": {}
1
vex
Copy
"minecraft:fire_immune": {}
1
wither
Copy
"minecraft:fire_immune": {}
1
wither_skeleton
Copy
"minecraft:fire_immune": {}
1
zoglin
Copy
"minecraft:fire_immune": {}
1
zombie_pigman
Copy
"minecraft:fire_immune": {}
1
minecraft:flocking
dolphin
Copy
"minecraft:flocking": {
"in_water": false,
"match_variants": false,
"use_center_of_mass": false,
"low_flock_limit": 4,
"high_flock_limit": 8,
"goal_weight": 2.0,
"loner_chance": 0.1,
"influence_radius": 6.0,
"breach_influence": 0.0,
"separation_weight": 1.75,
"separation_threshold": 3.0,
"cohesion_weight": 1.85,
"cohesion_threshold": 6.5,
"innner_cohesion_threshold": 3.5,
"min_height": 4.0,
"max_height": 4.0,
"block_distance": 1.0,
"block_weight": 0.0
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
fish
Copy
"minecraft:flocking": {
"in_water": true,
"match_variants": false,
"use_center_of_mass": true,
"low_flock_limit": 4,
"high_flock_limit": 8,
"goal_weight": 2.0,
"loner_chance": 0.1,
"influence_radius": 3.0,
"breach_influence": 7.0,
"separation_weight": 1.75,
"separation_threshold": 0.95,
"cohesion_weight": 2.0,
"cohesion_threshold": 1.95,
"innner_cohesion_threshold": 1.25,
"min_height": 1.5,
"max_height": 6.0,
"block_distance": 2.0,
"block_weight": 0.85
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pufferfish
Copy
"minecraft:flocking": {
"in_water": true,
"match_variants": false,
"use_center_of_mass": true,
"low_flock_limit": 4,
"high_flock_limit": 8,
"goal_weight": 2.0,
"loner_chance": 0.1,
"influence_radius": 3.0,
"breach_influence": 7.0,
"separation_weight": 1.75,
"separation_threshold": 0.95,
"cohesion_weight": 2.0,
"cohesion_threshold": 1.95,
"innner_cohesion_threshold": 1.25,
"min_height": 1.5,
"max_height": 6.0,
"block_distance": 2.0,
"block_weight": 0.85
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
salmon
Copy
"minecraft:flocking": {
"in_water": true,
"match_variants": false,
"use_center_of_mass": false,
"low_flock_limit": 4,
"high_flock_limit": 8,
"goal_weight": 2.0,
"loner_chance": 0.1,
"influence_radius": 3.0,
"breach_influence": 7.0,
"separation_weight": 0.65,
"separation_threshold": 0.15,
"cohesion_weight": 2.25,
"cohesion_threshold": 1.5,
"innner_cohesion_threshold": 1.5,
"min_height": 4.0,
"max_height": 4.0,
"block_distance": 1.0,
"block_weight": 0.75
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
tropicalfish
Copy
"minecraft:flocking": {
"in_water": true,
"match_variants": true,
"use_center_of_mass": false,
"low_flock_limit": 4,
"high_flock_limit": 8,
"goal_weight": 2.0,
"loner_chance": 0.1,
"influence_radius": 3.0,
"breach_influence": 7.0,
"separation_weight": 0.65,
"separation_threshold": 0.15,
"cohesion_weight": 2.75,
"cohesion_threshold": 1.5,
"innner_cohesion_threshold": 1.5,
"min_height": 1.5,
"max_height": 6.0,
"block_distance": 2.0,
"block_weight": 0.85
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
minecraft:flying_speed
bee
Copy
"minecraft:flying_speed": {
"value": 0.15
}
1
2
3
2
3
ender_dragon
Copy
"minecraft:flying_speed": {
"value": 0.6
}
1
2
3
2
3
minecraft:follow_range
bee
Copy
"minecraft:follow_range": {
"value": 1024
}
1
2
3
2
3
blaze
Copy
"minecraft:follow_range": {
"value": 48,
"max": 48
}
1
2
3
4
2
3
4
dolphin
Copy
"minecraft:follow_range": {
"value": 48,
"max": 48
}
1
2
3
4
2
3
4
elder_guardian
Copy
"minecraft:follow_range": {
"value": 16,
"max": 16
}
1
2
3
4
2
3
4
enderman
Copy
"minecraft:follow_range": {
"value": 32,
"max": 32
}
1
2
3
4
2
3
4
evocation_illager
Copy
"minecraft:follow_range": {
"value": 64
}
1
2
3
2
3
ghast
Copy
"minecraft:follow_range": {
"value": 64,
"max": 64
}
1
2
3
4
2
3
4
guardian
Copy
"minecraft:follow_range": {
"value": 16,
"max": 16
}
1
2
3
4
2
3
4
iron_golem
Copy
"minecraft:follow_range": {
"value": 64
}
1
2
3
2
3
llama
Copy
"minecraft:follow_range": {
"value": 40,
"max": 40
}
1
2
3
4
2
3
4
phantom
Copy
"minecraft:follow_range": {
"value": 64,
"max": 64
}
1
2
3
4
2
3
4
piglin
Copy
"minecraft:follow_range": {
"value": 64
}
1
2
3
2
3
piglin_brute
Copy
"minecraft:follow_range": {
"value": 64
}
1
2
3
2
3
pillager
Copy
"minecraft:follow_range": {
"value": 64
}
1
2
3
2
3
polar_bear
Copy
"minecraft:follow_range": {
"value": 48
}
1
2
3
2
3
ravager
Copy
"minecraft:follow_range": {
"value": 64
}
1
2
3
2
3
turtle
Copy
"minecraft:follow_range": {
"value": 1024
}
1
2
3
2
3
villager_v2
Copy
"minecraft:follow_range": {
"value": 128
}
1
2
3
2
3
vindicator
Copy
"minecraft:follow_range": {
"value": 64
}
1
2
3
2
3
witch
Copy
"minecraft:follow_range": {
"value": 64
}
1
2
3
2
3
minecraft:genetics
goat
Copy
"minecraft:genetics": {
"mutation_rate": 0.02,
"genes": [
{
"name": "goat_variant",
"use_simplified_breeding": true,
"allele_range": {
"range_min": 1,
"range_max": 100
},
"genetic_variants": [
{
"main_allele": {
"range_min": 1,
"range_max": 2
},
"birth_event": {
"event": "minecraft:born_screamer",
"target": "self"
}
},
{
"main_allele": {
"range_min": 3,
"range_max": 100
},
"birth_event": {
"event": "minecraft:born_default",
"target": "self"
}
}
]
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
panda
Copy
"minecraft:genetics": {
"mutation_rate": 0.03125,
"genes": [
{
"name": "panda_variant",
"allele_range": {
"range_min": 0,
"range_max": 15
},
"genetic_variants": [
{
"main_allele": 0,
"birth_event": {
"event": "minecraft:panda_lazy",
"target": "self"
}
},
{
"main_allele": 1,
"birth_event": {
"event": "minecraft:panda_worried",
"target": "self"
}
},
{
"main_allele": 2,
"birth_event": {
"event": "minecraft:panda_playful",
"target": "self"
}
},
{
"main_allele": 3,
"birth_event": {
"event": "minecraft:panda_aggressive",
"target": "self"
}
},
{
"both_allele": {
"range_min": 4,
"range_max": 7
},
"birth_event": {
"event": "minecraft:panda_weak",
"target": "self"
}
},
{
"both_allele": {
"range_min": 8,
"range_max": 9
},
"birth_event": {
"event": "minecraft:panda_brown",
"target": "self"
}
}
]
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
minecraft:giveable
Copy
"minecraft:giveable": {
"triggers": {
"cooldown": 3.0,
"items": [
"bamboo",
"cake"
],
"on_give": {
"event": "minecraft:on_calm",
"target": "self"
}
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
minecraft:group_size
hoglin
Copy
"minecraft:group_size": {
"radius": 32,
"filters": {
"all_of": [
{
"test": "has_component",
"operator": "!=",
"value": "minecraft:is_baby"
},
{
"test": "is_family",
"value": "hoglin"
}
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
piglin
Copy
"minecraft:group_size": {
"radius": 32,
"filters": {
"all_of": [
{
"test": "has_component",
"operator": "!=",
"value": "minecraft:is_baby"
},
{
"test": "is_family",
"value": "piglin"
}
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
minecraft:grows_crop
bee
Copy
"minecraft:grows_crop": {
"charges": 10,
"chance": 0.03
}
1
2
3
4
2
3
4
minecraft:healable
cat
Copy
"minecraft:healable": {
"items": [
{
"item": "fish",
"heal_amount": 2
},
{
"item": "salmon",
"heal_amount": 2
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
donkey
Copy
"minecraft:healable": {
"items": [
{
"item": "wheat",
"heal_amount": 2
},
{
"item": "sugar",
"heal_amount": 1
},
{
"item": "hay_block",
"heal_amount": 20
},
{
"item": "apple",
"heal_amount": 3
},
{
"item": "golden_carrot",
"heal_amount": 4
},
{
"item": "golden_apple",
"heal_amount": 10
},
{
"item": "appleEnchanted",
"heal_amount": 10
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
horse
Copy
"minecraft:healable": {
"items": [
{
"item": "wheat",
"heal_amount": 2
},
{
"item": "sugar",
"heal_amount": 1
},
{
"item": "hay_block",
"heal_amount": 20
},
{
"item": "apple",
"heal_amount": 3
},
{
"item": "golden_carrot",
"heal_amount": 4
},
{
"item": "golden_apple",
"heal_amount": 10
},
{
"item": "appleEnchanted",
"heal_amount": 10
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
llama
Copy
"minecraft:healable": {
"items": [
{
"item": "wheat",
"heal_amount": 2
},
{
"item": "hay_block",
"heal_amount": 10
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
mule
Copy
"minecraft:healable": {
"items": [
{
"item": "wheat",
"heal_amount": 2
},
{
"item": "sugar",
"heal_amount": 1
},
{
"item": "hay_block",
"heal_amount": 20
},
{
"item": "apple",
"heal_amount": 3
},
{
"item": "golden_carrot",
"heal_amount": 4
},
{
"item": "golden_apple",
"heal_amount": 10
},
{
"item": "appleEnchanted",
"heal_amount": 10
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
parrot
Copy
"minecraft:healable": {
"force_use": true,
"filters": {
"test": "is_riding",
"operator": "!=",
"value": true
},
"items": [
{
"item": "cookie",
"heal_amount": 0,
"effects": [
{
"name": "fatal_poison",
"chance": 1.0,
"duration": 1000,
"amplifier": 0
}
]
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
wolf
Copy
"minecraft:healable": {
"items": [
{
"item": "porkchop",
"heal_amount": 3
},
{
"item": "cooked_porkchop",
"heal_amount": 8
},
{
"item": "fish",
"heal_amount": 2
},
{
"item": "salmon",
"heal_amount": 2
},
{
"item": "clownfish",
"heal_amount": 1
},
{
"item": "pufferfish",
"heal_amount": 1
},
{
"item": "cooked_fish",
"heal_amount": 5
},
{
"item": "cooked_salmon",
"heal_amount": 6
},
{
"item": "beef",
"heal_amount": 3
},
{
"item": "cooked_beef",
"heal_amount": 8
},
{
"item": "chicken",
"heal_amount": 2
},
{
"item": "cooked_chicken",
"heal_amount": 6
},
{
"item": "muttonRaw",
"heal_amount": 2
},
{
"item": "muttonCooked",
"heal_amount": 6
},
{
"item": "rotten_flesh",
"heal_amount": 4
},
{
"item": "rabbit",
"heal_amount": 3
},
{
"item": "cooked_rabbit",
"heal_amount": 5
},
{
"item": "rabbit_stew",
"heal_amount": 10
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
minecraft:health
armor_stand
Copy
"minecraft:health": {
"value": 6,
"max": 6
}
1
2
3
4
2
3
4
axolotl
Copy
"minecraft:health": {
"value": 14
}
1
2
3
2
3
bat
Copy
"minecraft:health": {
"value": 6,
"max": 6
}
1
2
3
4
2
3
4
bee
Copy
"minecraft:health": {
"value": 10,
"max": 10
}
1
2
3
4
2
3
4
blaze
Copy
"minecraft:health": {
"value": 20,
"max": 20
}
1
2
3
4
2
3
4
cat
Copy
"minecraft:health": {
"value": 10,
"max": 10
}
1
2
3
4
2
3
4
Copy
"minecraft:health": {
"value": 20,
"max": 20
}
1
2
3
4
2
3
4
cave_spider
Copy
"minecraft:health": {
"value": 12,
"max": 12
}
1
2
3
4
2
3
4
chicken
Copy
"minecraft:health": {
"value": 4,
"max": 4
}
1
2
3
4
2
3
4
cow
Copy
"minecraft:health": {
"value": 10,
"max": 10
}
1
2
3
4
2
3
4
creeper
Copy
"minecraft:health": {
"value": 20,
"max": 20
}
1
2
3
4
2
3
4
dolphin
Copy
"minecraft:health": {
"value": 10,
"max": 10
}
1
2
3
4
2
3
4
donkey
Copy
"minecraft:health": {
"value": {
"range_min": 15,
"range_max": 30
}
}
1
2
3
4
5
6
2
3
4
5
6
drowned
Copy
"minecraft:health": {
"value": 20,
"max": 20
}
1
2
3
4
2
3
4
elder_guardian
Copy
"minecraft:health": {
"value": 80,
"max": 80
}
1
2
3
4
2
3
4
enderman
Copy
"minecraft:health": {
"value": 40,
"max": 40
}
1
2
3
4
2
3
4
endermite
Copy
"minecraft:health": {
"value": 8,
"max": 8
}
1
2
3
4
2
3
4
ender_crystal
Copy
"minecraft:health": {
"value": 1,
"max": 1
}
1
2
3
4
2
3
4
ender_dragon
Copy
"minecraft:health": {
"value": 200,
"max": 200
}
1
2
3
4
2
3
4
evocation_illager
Copy
"minecraft:health": {
"value": 24,
"max": 24
}
1
2
3
4
2
3
4
fish
Copy
"minecraft:health": {
"value": 6,
"max": 6
}
1
2
3
4
2
3
4
fox
Copy
"minecraft:health": {
"value": 20,
"max": 20
}
1
2
3
4
2
3
4
ghast
Copy
"minecraft:health": {
"value": 10,
"max": 10
}
1
2
3
4
2
3
4
glow_squid
Copy
"minecraft:health": {
"value": 10,
"max": 10
}
1
2
3
4
2
3
4
goat
Copy
"minecraft:health": {
"value": 10,
"max": 10
}
1
2
3
4
2
3
4
guardian
Copy
"minecraft:health": {
"value": 30,
"max": 30
}
1
2
3
4
2
3
4
hoglin
Copy
"minecraft:health": {
"value": 40,
"max": 40
}
1
2
3
4
2
3
4
horse
Copy
"minecraft:health": {
"value": {
"range_min": 15,
"range_max": 30
}
}
1
2
3
4
5
6
2
3
4
5
6
husk
Copy
"minecraft:health": {
"value": 20,
"max": 20
}
1
2
3
4
2
3
4
iron_golem
Copy
"minecraft:health": {
"value": 100,
"max": 100
}
1
2
3
4
2
3
4
llama
Copy
"minecraft:health": {
"value": {
"range_min": 15,
"range_max": 30
}
}
1
2
3
4
5
6
2
3
4
5
6
magma_cube
Copy
"minecraft:health": {
"value": 16,
"max": 16
}
1
2
3
4
2
3
4
Copy
"minecraft:health": {
"value": 4,
"max": 4
}
1
2
3
4
2
3
4
Copy
"minecraft:health": {
"value": 1,
"max": 1
}
1
2
3
4
2
3
4
mooshroom
Copy
"minecraft:health": {
"value": 10,
"max": 10
}
1
2
3
4
2
3
4
mule
Copy
"minecraft:health": {
"value": {
"range_min": 15,
"range_max": 30
}
}
1
2
3
4
5
6
2
3
4
5
6
ocelot
Copy
"minecraft:health": {
"value": 10,
"max": 10
}
1
2
3
4
2
3
4
Copy
"minecraft:health": {
"value": 20,
"max": 20
}
1
2
3
4
2
3
4
panda
Copy
"minecraft:health": {
"value": 20,
"max": 20
}
1
2
3
4
2
3
4
Copy
"minecraft:health": {
"value": 10,
"max": 10
}
1
2
3
4
2
3
4
parrot
Copy
"minecraft:health": {
"value": 6,
"max": 6
}
1
2
3
4
2
3
4
phantom
Copy
"minecraft:health": {
"value": 20,
"max": 20
}
1
2
3
4
2
3
4
pig
Copy
"minecraft:health": {
"value": 10,
"max": 10
}
1
2
3
4
2
3
4
piglin
Copy
"minecraft:health": {
"value": 16,
"max": 16
}
1
2
3
4
2
3
4
piglin_brute
Copy
"minecraft:health": {
"value": 50,
"max": 50
}
1
2
3
4
2
3
4
pillager
Copy
"minecraft:health": {
"value": 24,
"max": 24
}
1
2
3
4
2
3
4
polar_bear
Copy
"minecraft:health": {
"value": 30
}
1
2
3
2
3
pufferfish
Copy
"minecraft:health": {
"value": 6,
"max": 6
}
1
2
3
4
2
3
4
rabbit
Copy
"minecraft:health": {
"value": 3,
"max": 3
}
1
2
3
4
2
3
4
ravager
Copy
"minecraft:health": {
"max": 100,
"value": 100
}
1
2
3
4
2
3
4
salmon
Copy
"minecraft:health": {
"value": 6,
"max": 6
}
1
2
3
4
2
3
4
sheep
Copy
"minecraft:health": {
"value": 8,
"max": 8
}
1
2
3
4
2
3
4
shulker
Copy
"minecraft:health": {
"value": 30,
"max": 30
}
1
2
3
4
2
3
4
silverfish
Copy
"minecraft:health": {
"value": 8,
"max": 8
}
1
2
3
4
2
3
4
skeleton
Copy
"minecraft:health": {
"value": 20,
"max": 20
}
1
2
3
4
2
3
4
skeleton_horse
Copy
"minecraft:health": {
"value": 15,
"max": 15
}
1
2
3
4
2
3
4
slime
Copy
"minecraft:health": {
"value": 16,
"max": 16
}
1
2
3
4
2
3
4
Copy
"minecraft:health": {
"value": 4,
"max": 4
}
1
2
3
4
2
3
4
Copy
"minecraft:health": {
"value": 1,
"max": 1
}
1
2
3
4
2
3
4
snow_golem
Copy
"minecraft:health": {
"value": 4,
"max": 4
}
1
2
3
4
2
3
4
spider
Copy
"minecraft:health": {
"value": 16,
"max": 16
}
1
2
3
4
2
3
4
squid
Copy
"minecraft:health": {
"value": 10,
"max": 10
}
1
2
3
4
2
3
4
stray
Copy
"minecraft:health": {
"value": 20,
"max": 20
}
1
2
3
4
2
3
4
strider
Copy
"minecraft:health": {
"value": 20,
"max": 20
}
1
2
3
4
2
3
4
tripod_camera
Copy
"minecraft:health": {
"value": 4,
"max": 4
}
1
2
3
4
2
3
4
tropicalfish
Copy
"minecraft:health": {
"value": 6,
"max": 6
}
1
2
3
4
2
3
4
turtle
Copy
"minecraft:health": {
"value": 30
}
1
2
3
2
3
vex
Copy
"minecraft:health": {
"value": 14,
"max": 14
}
1
2
3
4
2
3
4
villager
Copy
"minecraft:health": {
"value": 20,
"max": 20
}
1
2
3
4
2
3
4
villager_v2
Copy
"minecraft:health": {
"value": 20,
"max": 20
}
1
2
3
4
2
3
4
vindicator
Copy
"minecraft:health": {
"value": 24,
"max": 24
}
1
2
3
4
2
3
4
wandering_trader
Copy
"minecraft:health": {
"value": 20,
"max": 20
}
1
2
3
4
2
3
4
witch
Copy
"minecraft:health": {
"value": 26,
"max": 26
}
1
2
3
4
2
3
4
wither
Copy
"minecraft:health": {
"value": 600,
"max": 600
}
1
2
3
4
2
3
4
wither_skeleton
Copy
"minecraft:health": {
"value": 20,
"max": 20
}
1
2
3
4
2
3
4
wolf
Copy
"minecraft:health": {
"value": 8,
"max": 8
}
1
2
3
4
2
3
4
Copy
"minecraft:health": {
"value": 20,
"max": 20
}
1
2
3
4
2
3
4
xp_orb
Copy
"minecraft:health": {
"value": 5,
"max": 5
}
1
2
3
4
2
3
4
zoglin
Copy
"minecraft:health": {
"value": 40,
"max": 40
}
1
2
3
4
2
3
4
zombie
Copy
"minecraft:health": {
"value": 20,
"max": 20
}
1
2
3
4
2
3
4
zombie_horse
Copy
"minecraft:health": {
"value": 15,
"max": 15
}
1
2
3
4
2
3
4
zombie_pigman
Copy
"minecraft:health": {
"value": 20,
"max": 20
}
1
2
3
4
2
3
4
zombie_villager
Copy
"minecraft:health": {
"value": 20,
"max": 20
}
1
2
3
4
2
3
4
zombie_villager_v2
Copy
"minecraft:health": {
"value": 20,
"max": 20
}
1
2
3
4
2
3
4
minecraft:hide
villager_v2
Copy
"minecraft:hide": {}
1
minecraft:home
bee
Copy
"minecraft:home": {
"restriction_radius": 22,
"home_block_list": [
"minecraft:bee_nest",
"minecraft:beehive"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
elder_guardian
Copy
"minecraft:home": {
"restriction_radius": 16
}
1
2
3
2
3
guardian
Copy
"minecraft:home": {
"restriction_radius": 16
}
1
2
3
2
3
piglin_brute
Copy
"minecraft:home": {}
1
turtle
Copy
"minecraft:home": {}
1
minecraft:horse.jump_strength
donkey
Copy
"minecraft:horse.jump_strength": {
"value": 0.5
}
1
2
3
2
3
horse
Copy
"minecraft:horse.jump_strength": {
"value": {
"range_min": 0.4,
"range_max": 1.0
}
}
1
2
3
4
5
6
2
3
4
5
6
mule
Copy
"minecraft:horse.jump_strength": {
"value": 0.5
}
1
2
3
2
3
skeleton_horse
Copy
"minecraft:horse.jump_strength": {
"value": {
"range_min": 0.4,
"range_max": 1.0
}
}
1
2
3
4
5
6
2
3
4
5
6
zombie_horse
Copy
"minecraft:horse.jump_strength": {
"value": {
"range_min": 0.4,
"range_max": 1.0
}
}
1
2
3
4
5
6
2
3
4
5
6
minecraft:hurt_on_condition
armor_stand
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
arrow
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
axolotl
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
bat
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
bee
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"cause": "none",
"damage_per_tick": 999
}
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
blaze
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_contact_with_water",
"operator": "==",
"value": true
},
"cause": "drowning",
"damage_per_tick": 1
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
boat
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
cat
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
cave_spider
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
chicken
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
cow
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
creeper
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
dolphin
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
donkey
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
drowned
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
elder_guardian
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
enderman
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
},
{
"filters": {
"test": "in_contact_with_water",
"operator": "==",
"value": true
},
"cause": "drowning",
"damage_per_tick": 1
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
endermite
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
evocation_illager
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
fish
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
glow_squid
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
goat
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
guardian
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
hoglin
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
horse
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
husk
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
iron_golem
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
llama
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
mooshroom
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
mule
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
ocelot
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
panda
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
parrot
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
phantom
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
pig
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
piglin
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
piglin_brute
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
pillager
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
player
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
polar_bear
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
pufferfish
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
rabbit
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
ravager
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
salmon
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
sheep
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
shulker
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
silverfish
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
skeleton
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
skeleton_horse
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
slime
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
snow_golem
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
},
{
"filters": {
"test": "is_temperature_value",
"operator": ">",
"value": 1.0
},
"cause": "temperature",
"damage_per_tick": 1
},
{
"filters": {
"test": "in_contact_with_water",
"operator": "==",
"value": true
},
"cause": "drowning",
"damage_per_tick": 1
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
spider
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
squid
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
stray
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
strider
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_contact_with_water",
"operator": "==",
"value": true
},
"cause": "drowning",
"damage_per_tick": 1
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
tripod_camera
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
tropicalfish
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
turtle
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
villager
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
villager_v2
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
vindicator
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
wandering_trader
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
witch
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
wolf
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
zombie
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
zombie_horse
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
zombie_villager
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
zombie_villager_v2
Copy
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
minecraft:input_ground_controlled
donkey
Copy
"minecraft:input_ground_controlled": {}
1
horse
Copy
"minecraft:input_ground_controlled": {}
1
mule
Copy
"minecraft:input_ground_controlled": {}
1
skeleton_horse
Copy
"minecraft:input_ground_controlled": {}
1
minecraft:inside_block_notifier
boat
Copy
"minecraft:inside_block_notifier": {
"block_list": [
{
"block": {
"name": "minecraft:bubble_column",
"states": {
"drag_down": true
}
},
"entered_block_event": {
"event": "minecraft:entered_bubble_column_down",
"target": "self"
},
"exited_block_event": {
"event": "minecraft:exited_bubble_column",
"target": "self"
}
},
{
"block": {
"name": "minecraft:bubble_column",
"states": {
"drag_down": false
}
},
"entered_block_event": {
"event": "minecraft:entered_bubble_column_up",
"target": "self"
},
"exited_block_event": {
"event": "minecraft:exited_bubble_column",
"target": "self"
}
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
minecraft:insomnia
player
Copy
"minecraft:insomnia": {
"days_until_insomnia": 3
}
1
2
3
2
3
minecraft:interact
cow
Copy
"minecraft:interact": {
"interactions": [
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_equipment",
"domain": "hand",
"subject": "other",
"value": "bucket:0"
}
]
}
},
"use_item": true,
"transform_to_item": "bucket:1",
"play_sounds": "milk",
"interact_text": "action.interact.milk"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
creeper
Copy
"minecraft:interact": {
"interactions": {
"on_interact": {
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_equipment",
"domain": "hand",
"subject": "other",
"value": "flint_and_steel"
},
{
"test": "has_component",
"operator": "!=",
"value": "minecraft:explode"
}
]
},
"event": "minecraft:start_exploding_forced",
"target": "self"
},
"hurt_item": 1,
"swing": true,
"play_sounds": "ignite",
"interact_text": "action.interact.creeper"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
donkey
Copy
"minecraft:interact": {
"interactions": [
{
"play_sounds": "armor.equip_generic",
"on_interact": {
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_equipment",
"domain": "hand",
"subject": "other",
"value": "chest"
}
]
},
"event": "minecraft:on_chest",
"target": "self"
},
"use_item": true,
"interact_text": "action.interact.attachchest"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
goat
Copy
"minecraft:interact": {
"interactions": [
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_component",
"subject": "self",
"operator": "!=",
"value": "minecraft:is_baby"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_equipment",
"domain": "hand",
"subject": "other",
"value": "bucket:0"
}
]
}
},
"use_item": true,
"transform_to_item": "bucket:1",
"play_sounds": "milk_suspiciously",
"interact_text": "action.interact.milk"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Copy
"minecraft:interact": {
"interactions": [
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_component",
"subject": "self",
"operator": "!=",
"value": "minecraft:is_baby"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_equipment",
"domain": "hand",
"subject": "other",
"value": "bucket:0"
}
]
}
},
"use_item": true,
"transform_to_item": "bucket:1",
"play_sounds": "milk.screamer",
"interact_text": "action.interact.milk"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
llama
Copy
"minecraft:interact": {
"interactions": [
{
"play_sounds": "armor.equip_generic",
"on_interact": {
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_equipment",
"domain": "hand",
"subject": "other",
"value": "chest"
}
]
},
"event": "minecraft:on_chest",
"target": "self"
},
"use_item": true,
"interact_text": "action.interact.attachchest"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
mooshroom
Copy
"minecraft:interact": {
"interactions": [
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "bowl"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_component",
"operator": "!=",
"value": "minecraft:transformation"
}
]
},
"event": "minecraft:flowerless",
"target": "self"
},
"add_items": {
"table": "loot_tables/gameplay/entities/mooshroom_milking.json"
},
"use_item": true,
"play_sounds": "milk_suspiciously",
"interact_text": "action.interact.moostew"
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "red_flower:2"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_variant",
"subject": "self",
"operator": "==",
"value": 1
},
{
"test": "is_mark_variant",
"subject": "self",
"operator": "!=",
"value": 7
}
]
},
"event": "minecraft:ate_allium",
"target": "self"
},
"use_item": true,
"play_sounds": "eat",
"particle_on_start": {
"particle_type": "smoke",
"particle_y_offset": 0.25,
"particle_offset_towards_interactor": true
},
"interact_text": "action.interact.feed"
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "red_flower:3"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_variant",
"subject": "self",
"operator": "==",
"value": 1
},
{
"test": "is_mark_variant",
"subject": "self",
"operator": "!=",
"value": 3
}
]
},
"event": "minecraft:ate_bluet",
"target": "self"
},
"use_item": true,
"play_sounds": "eat",
"particle_on_start": {
"particle_type": "smoke",
"particle_y_offset": 0.25,
"particle_offset_towards_interactor": true
},
"interact_text": "action.interact.feed"
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "red_flower:1"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_variant",
"subject": "self",
"operator": "==",
"value": 1
},
{
"test": "is_mark_variant",
"subject": "self",
"operator": "!=",
"value": 6
}
]
},
"event": "minecraft:ate_orchid",
"target": "self"
},
"use_item": true,
"play_sounds": "eat",
"particle_on_start": {
"particle_type": "smoke",
"particle_y_offset": 0.25,
"particle_offset_towards_interactor": true
},
"interact_text": "action.interact.feed"
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "red_flower:9"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_variant",
"subject": "self",
"operator": "==",
"value": 1
},
{
"test": "is_mark_variant",
"subject": "self",
"operator": "!=",
"value": 1
}
]
},
"event": "minecraft:ate_cornflower",
"target": "self"
},
"use_item": true,
"play_sounds": "eat",
"particle_on_start": {
"particle_type": "smoke",
"particle_y_offset": 0.25,
"particle_offset_towards_interactor": true
},
"interact_text": "action.interact.feed"
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "yellow_flower"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_variant",
"subject": "self",
"operator": "==",
"value": 1
},
{
"test": "is_mark_variant",
"subject": "self",
"operator": "!=",
"value": 5
}
]
},
"event": "minecraft:ate_dandelion",
"target": "self"
},
"use_item": true,
"play_sounds": "eat",
"particle_on_start": {
"particle_type": "smoke",
"particle_y_offset": 0.25,
"particle_offset_towards_interactor": true
},
"interact_text": "action.interact.feed"
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "red_flower:10"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_variant",
"subject": "self",
"operator": "==",
"value": 1
},
{
"test": "is_mark_variant",
"subject": "self",
"operator": "!=",
"value": 4
}
]
},
"event": "minecraft:ate_lily",
"target": "self"
},
"use_item": true,
"play_sounds": "eat",
"particle_on_start": {
"particle_type": "smoke",
"particle_y_offset": 0.25,
"particle_offset_towards_interactor": true
},
"interact_text": "action.interact.feed"
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "red_flower:8"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_variant",
"subject": "self",
"operator": "==",
"value": 1
},
{
"test": "is_mark_variant",
"subject": "self",
"operator": "!=",
"value": 8
}
]
},
"event": "minecraft:ate_daisy",
"target": "self"
},
"use_item": true,
"play_sounds": "eat",
"particle_on_start": {
"particle_type": "smoke",
"particle_y_offset": 0.25,
"particle_offset_towards_interactor": true
},
"interact_text": "action.interact.feed"
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "red_flower:0"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_variant",
"subject": "self",
"operator": "==",
"value": 1
},
{
"test": "is_mark_variant",
"subject": "self",
"operator": "!=",
"value": 0
}
]
},
"event": "minecraft:ate_poppy",
"target": "self"
},
"use_item": true,
"play_sounds": "eat",
"particle_on_start": {
"particle_type": "smoke",
"particle_y_offset": 0.25,
"particle_offset_towards_interactor": true
},
"interact_text": "action.interact.feed"
},
{
"on_interact": {
"filters": {
"any_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "red_flower:4"
},
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "red_flower:5"
},
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "red_flower:6"
},
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "red_flower:7"
}
],
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_variant",
"subject": "self",
"operator": "==",
"value": 1
},
{
"test": "is_mark_variant",
"subject": "self",
"operator": "!=",
"value": 2
}
]
},
"event": "minecraft:ate_tulip",
"target": "self"
},
"use_item": true,
"play_sounds": "eat",
"particle_on_start": {
"particle_type": "smoke",
"particle_y_offset": 0.25,
"particle_offset_towards_interactor": true
},
"interact_text": "action.interact.feed"
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "wither_rose"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_variant",
"subject": "self",
"operator": "==",
"value": 1
},
{
"test": "is_mark_variant",
"subject": "self",
"operator": "!=",
"value": 9
}
]
},
"event": "minecraft:ate_rose",
"target": "self"
},
"use_item": true,
"play_sounds": "eat",
"particle_on_start": {
"particle_type": "smoke",
"particle_y_offset": 0.25,
"particle_offset_towards_interactor": true
},
"interact_text": "action.interact.feed"
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "shears"
},
{
"test": "has_component",
"operator": "!=",
"value": "minecraft:transformation"
},
{
"test": "is_variant",
"subject": "self",
"operator": "==",
"value": 0
}
]
},
"event": "become_cow",
"target": "self"
},
"use_item": false,
"hurt_item": 1,
"play_sounds": "shear",
"spawn_items": {
"table": "loot_tables/entities/mooshroom_shear.json"
},
"particle_on_start": {
"particle_type": "largeexplode",
"particle_y_offset": 0.25,
"particle_offset_towards_interactor": true
},
"interact_text": "action.interact.mooshear"
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "shears"
},
{
"test": "has_component",
"operator": "!=",
"value": "minecraft:transformation"
},
{
"test": "is_variant",
"subject": "self",
"operator": "==",
"value": 1
}
]
},
"event": "become_cow",
"target": "self"
},
"use_item": false,
"hurt_item": 1,
"play_sounds": "shear",
"spawn_items": {
"table": "loot_tables/entities/brown_mooshroom_shear.json"
},
"particle_on_start": {
"particle_type": "largeexplode",
"particle_y_offset": 0.25,
"particle_offset_towards_interactor": true
},
"interact_text": "action.interact.mooshear"
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "bucket:0"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
}
]
}
},
"use_item": true,
"transform_to_item": "bucket:1",
"play_sounds": "milk",
"interact_text": "action.interact.milk"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
mule
Copy
"minecraft:interact": {
"interactions": [
{
"play_sounds": "armor.equip_generic",
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "chest"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
}
]
},
"event": "minecraft:on_chest",
"target": "self"
},
"use_item": true,
"interact_text": "action.interact.attachchest"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
pig
Copy
"minecraft:interact": {
"interactions": [
{
"on_interact": {
"filters": {
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "saddle"
},
"event": "minecraft:on_saddled"
},
"use_item": true,
"play_sounds": "saddle",
"interact_text": "action.interact.saddle"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
piglin
Copy
"minecraft:interact": {
"interactions": [
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "gold_ingot"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_component",
"subject": "self",
"operator": "!=",
"value": "minecraft:is_baby"
}
]
}
},
"barter": true,
"admire": true,
"use_item": true,
"cooldown_after_being_attacked": 20,
"interact_text": "action.interact.barter"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
sheep
Copy
"minecraft:interact": {
"interactions": [
{
"cooldown": 2.5,
"use_item": false,
"hurt_item": 1,
"spawn_items": {
"table": "loot_tables/entities/sheep_shear.json"
},
"play_sounds": "shear",
"interact_text": "action.interact.shear",
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "shears"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_component",
"operator": "!=",
"value": "minecraft:is_baby"
},
{
"test": "has_component",
"value": "minecraft:is_dyeable"
}
]
},
"event": "minecraft:on_sheared",
"target": "self"
}
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
shulker
Copy
"minecraft:interact": {
"interactions": [
{
"on_interact": {
"filters": {
"all_of": [
{
"any_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:0"
},
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:16"
}
]
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_black"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:8"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_gray"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:7"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_silver"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"any_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:15"
},
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:19"
}
]
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_white"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:12"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_light_blue"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:14"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_orange"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:1"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_red"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"any_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:4"
},
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:18"
}
]
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_blue"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:5"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_purple"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:13"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_magenta"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:9"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_pink"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"any_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:3"
},
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:17"
}
]
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_brown"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:11"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_yellow"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:10"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_lime"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:2"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_green"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:6"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_cyan"
},
"use_item": true
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
snow_golem
Copy
"minecraft:interact": {
"interactions": [
{
"cooldown": 2.5,
"use_item": false,
"hurt_item": 1,
"spawn_items": {
"table": "loot_tables/entities/snow_golem_shear.json"
},
"play_sounds": "shear",
"interact_text": "action.interact.shear",
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "shears"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_component",
"operator": "!=",
"value": "minecraft:is_sheared"
}
]
},
"event": "minecraft:on_sheared",
"target": "self"
}
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
strider
Copy
"minecraft:interact": {
"interactions": [
{
"on_interact": {
"filters": {
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "saddle"
},
"event": "minecraft:on_saddled"
},
"use_item": true,
"play_sounds": "saddle",
"interact_text": "action.interact.saddle"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
tnt_minecart
Copy
"minecraft:interact": {
"interactions": [
{
"on_interact": {
"filters": {
"any_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "fireball:0"
},
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "flint_and_steel"
}
],
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_game_rule",
"domain": "tntexplodes",
"operator": "==",
"value": true
}
]
},
"event": "minecraft:on_prime",
"target": "self"
},
"swing": true,
"play_sounds": "ignite",
"interact_text": "action.interact.creeper"
},
{
"on_interact": {
"filters": {
"any_of": [
{
"test": "has_component",
"subject": "other",
"value": "fire_aspect"
}
],
"all_of": [
{
"test": "is_game_rule",
"domain": "tntexplodes",
"operator": "==",
"value": true
}
]
},
"event": "minecraft:on_prime",
"target": "self"
},
"swing": true,
"interact_text": "action.interact.creeper"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
zombie_villager
Copy
"minecraft:interact": {
"interactions": {
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"domain": "hand",
"subject": "other",
"value": "golden_apple"
},
{
"test": "has_component",
"subject": "self",
"value": "minecraft:effect.weakness"
}
]
},
"event": "villager_converted",
"target": "self"
},
"use_item": true,
"interact_text": "action.interact.cure"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
zombie_villager_v2
Copy
"minecraft:interact": {
"interactions": {
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"domain": "hand",
"subject": "other",
"value": "golden_apple"
},
{
"test": "has_component",
"subject": "self",
"value": "minecraft:effect.weakness"
}
]
},
"event": "villager_converted",
"target": "self"
},
"use_item": true,
"interact_text": "action.interact.cure"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
minecraft:inventory
chest_minecart
Copy
"minecraft:inventory": {
"container_type": "minecart_chest",
"inventory_size": 27,
"can_be_siphoned_from": true
}
1
2
3
4
5
2
3
4
5
command_block_minecart
Copy
"minecraft:inventory": {}
1
donkey
Copy
"minecraft:inventory": {
"inventory_size": 16,
"container_type": "horse"
}
1
2
3
4
2
3
4
hopper_minecart
Copy
"minecraft:inventory": {
"container_type": "minecart_hopper",
"inventory_size": 5,
"can_be_siphoned_from": true
}
1
2
3
4
5
2
3
4
5
horse
Copy
"minecraft:inventory": {
"inventory_size": 2,
"container_type": "horse"
}
1
2
3
4
2
3
4
llama
Copy
"minecraft:inventory": {
"inventory_size": 16,
"container_type": "horse",
"additional_slots_per_strength": 3
}
1
2
3
4
5
2
3
4
5
mule
Copy
"minecraft:inventory": {
"inventory_size": 16,
"container_type": "horse"
}
1
2
3
4
2
3
4
panda
Copy
"minecraft:inventory": {
"inventory_size": 1,
"private": true
}
1
2
3
4
2
3
4
piglin
Copy
"minecraft:inventory": {
"inventory_size": 8
}
1
2
3
2
3
villager
Copy
"minecraft:inventory": {
"inventory_size": 8,
"private": true
}
1
2
3
4
2
3
4
villager_v2
Copy
"minecraft:inventory": {
"inventory_size": 8,
"private": true
}
1
2
3
4
2
3
4
minecraft:is_baby
axolotl
Copy
"minecraft:is_baby": {}
1
bee
Copy
"minecraft:is_baby": {}
1
cat
Copy
"minecraft:is_baby": {}
1
chicken
Copy
"minecraft:is_baby": {}
1
cow
Copy
"minecraft:is_baby": {}
1
dolphin
Copy
"minecraft:is_baby": {}
1
donkey
Copy
"minecraft:is_baby": {}
1
drowned
Copy
"minecraft:is_baby": {}
1
fox
Copy
"minecraft:is_baby": {}
1
glow_squid
Copy
"minecraft:is_baby": {}
1
goat
Copy
"minecraft:is_baby": {}
1
hoglin
Copy
"minecraft:is_baby": {}
1
horse
Copy
"minecraft:is_baby": {}
1
husk
Copy
"minecraft:is_baby": {}
1
llama
Copy
"minecraft:is_baby": {}
1
mooshroom
Copy
"minecraft:is_baby": {}
1
mule
Copy
"minecraft:is_baby": {}
1
ocelot
Copy
"minecraft:is_baby": {}
1
panda
Copy
"minecraft:is_baby": {}
1
pig
Copy
"minecraft:is_baby": {}
1
piglin
Copy
"minecraft:is_baby": {}
1
polar_bear
Copy
"minecraft:is_baby": {}
1
rabbit
Copy
"minecraft:is_baby": {}
1
sheep
Copy
"minecraft:is_baby": {}
1
skeleton_horse
Copy
"minecraft:is_baby": {}
1
squid
Copy
"minecraft:is_baby": {}
1
strider
Copy
"minecraft:is_baby": {}
1
turtle
Copy
"minecraft:is_baby": {}
1
villager
Copy
"minecraft:is_baby": {}
1
villager_v2
Copy
"minecraft:is_baby": {}
1
wolf
Copy
"minecraft:is_baby": {}
1
zoglin
Copy
"minecraft:is_baby": {}
1
zombie
Copy
"minecraft:is_baby": {}
1
zombie_horse
Copy
"minecraft:is_baby": {}
1
zombie_pigman
Copy
"minecraft:is_baby": {}
1
zombie_villager
Copy
"minecraft:is_baby": {}
1
zombie_villager_v2
Copy
"minecraft:is_baby": {}
1
minecraft:is_charged
bee
Copy
"minecraft:is_charged": {}
1
creeper
Copy
"minecraft:is_charged": {}
1
minecraft:is_chested
donkey
Copy
"minecraft:is_chested": {}
1
llama
Copy
"minecraft:is_chested": {}
1
mule
Copy
"minecraft:is_chested": {}
1
minecraft:is_dyeable
cat
Copy
"minecraft:is_dyeable": {
"interact_text": "action.interact.dye"
}
1
2
3
2
3
sheep
Copy
"minecraft:is_dyeable": {
"interact_text": "action.interact.dye"
}
1
2
3
2
3
wolf
Copy
"minecraft:is_dyeable": {
"interact_text": "action.interact.dye"
}
1
2
3
2
3
minecraft:is_hidden_when_invisible
axolotl
Copy
"minecraft:is_hidden_when_invisible": {}
1
bat
Copy
"minecraft:is_hidden_when_invisible": {}
1
bee
Copy
"minecraft:is_hidden_when_invisible": {}
1
blaze
Copy
"minecraft:is_hidden_when_invisible": {}
1
cat
Copy
"minecraft:is_hidden_when_invisible": {}
1
cave_spider
Copy
"minecraft:is_hidden_when_invisible": {}
1
chicken
Copy
"minecraft:is_hidden_when_invisible": {}
1
cow
Copy
"minecraft:is_hidden_when_invisible": {}
1
creeper
Copy
"minecraft:is_hidden_when_invisible": {}
1
dolphin
Copy
"minecraft:is_hidden_when_invisible": {}
1
donkey
Copy
"minecraft:is_hidden_when_invisible": {}
1
elder_guardian
Copy
"minecraft:is_hidden_when_invisible": {}
1
enderman
Copy
"minecraft:is_hidden_when_invisible": {}
1
endermite
Copy
"minecraft:is_hidden_when_invisible": {}
1
ender_dragon
Copy
"minecraft:is_hidden_when_invisible": {}
1
evocation_illager
Copy
"minecraft:is_hidden_when_invisible": {}
1
fish
Copy
"minecraft:is_hidden_when_invisible": {}
1
fox
Copy
"minecraft:is_hidden_when_invisible": {}
1
ghast
Copy
"minecraft:is_hidden_when_invisible": {}
1
glow_squid
Copy
"minecraft:is_hidden_when_invisible": {}
1
goat
Copy
"minecraft:is_hidden_when_invisible": {}
1
guardian
Copy
"minecraft:is_hidden_when_invisible": {}
1
hoglin
Copy
"minecraft:is_hidden_when_invisible": {}
1
horse
Copy
"minecraft:is_hidden_when_invisible": {}
1
husk
Copy
"minecraft:is_hidden_when_invisible": {}
1
iron_golem
Copy
"minecraft:is_hidden_when_invisible": {}
1
llama
Copy
"minecraft:is_hidden_when_invisible": {}
1
magma_cube
Copy
"minecraft:is_hidden_when_invisible": {}
1
mooshroom
Copy
"minecraft:is_hidden_when_invisible": {}
1
mule
Copy
"minecraft:is_hidden_when_invisible": {}
1
ocelot
Copy
"minecraft:is_hidden_when_invisible": {}
1
panda
Copy
"minecraft:is_hidden_when_invisible": {}
1
parrot
Copy
"minecraft:is_hidden_when_invisible": {}
1
phantom
Copy
"minecraft:is_hidden_when_invisible": {}
1
pig
Copy
"minecraft:is_hidden_when_invisible": {}
1
piglin
Copy
"minecraft:is_hidden_when_invisible": {}
1
piglin_brute
Copy
"minecraft:is_hidden_when_invisible": {}
1
pillager
Copy
"minecraft:is_hidden_when_invisible": {}
1
player
Copy
"minecraft:is_hidden_when_invisible": {}
1
polar_bear
Copy
"minecraft:is_hidden_when_invisible": {}
1
pufferfish
Copy
"minecraft:is_hidden_when_invisible": {}
1
rabbit
Copy
"minecraft:is_hidden_when_invisible": {}
1
ravager
Copy
"minecraft:is_hidden_when_invisible": {}
1
salmon
Copy
"minecraft:is_hidden_when_invisible": {}
1
sheep
Copy
"minecraft:is_hidden_when_invisible": {}
1
shulker
Copy
"minecraft:is_hidden_when_invisible": {}
1
silverfish
Copy
"minecraft:is_hidden_when_invisible": {}
1
skeleton
Copy
"minecraft:is_hidden_when_invisible": {}
1
skeleton_horse
Copy
"minecraft:is_hidden_when_invisible": {}
1
slime
Copy
"minecraft:is_hidden_when_invisible": {}
1
snow_golem
Copy
"minecraft:is_hidden_when_invisible": {}
1
spider
Copy
"minecraft:is_hidden_when_invisible": {}
1
squid
Copy
"minecraft:is_hidden_when_invisible": {}
1
stray
Copy
"minecraft:is_hidden_when_invisible": {}
1
strider
Copy
"minecraft:is_hidden_when_invisible": {}
1
tropicalfish
Copy
"minecraft:is_hidden_when_invisible": {}
1
turtle
Copy
"minecraft:is_hidden_when_invisible": {}
1
vex
Copy
"minecraft:is_hidden_when_invisible": {}
1
villager
Copy
"minecraft:is_hidden_when_invisible": {}
1
villager_v2
Copy
"minecraft:is_hidden_when_invisible": {}
1
vindicator
Copy
"minecraft:is_hidden_when_invisible": {}
1
wandering_trader
Copy
"minecraft:is_hidden_when_invisible": {}
1
witch
Copy
"minecraft:is_hidden_when_invisible": {}
1
wither
Copy
"minecraft:is_hidden_when_invisible": {}
1
wither_skeleton
Copy
"minecraft:is_hidden_when_invisible": {}
1
wolf
Copy
"minecraft:is_hidden_when_invisible": {}
1
zoglin
Copy
"minecraft:is_hidden_when_invisible": {}
1
zombie
Copy
"minecraft:is_hidden_when_invisible": {}
1
zombie_horse
Copy
"minecraft:is_hidden_when_invisible": {}
1
zombie_pigman
Copy
"minecraft:is_hidden_when_invisible": {}
1
zombie_villager
Copy
"minecraft:is_hidden_when_invisible": {}
1
zombie_villager_v2
Copy
"minecraft:is_hidden_when_invisible": {}
1
minecraft:is_ignited
tnt_minecart
Copy
"minecraft:is_ignited": {}
1
minecraft:is_illager_captain
pillager
Copy
"minecraft:is_illager_captain": {}
1
vindicator
Copy
"minecraft:is_illager_captain": {}
1
minecraft:is_saddled
donkey
Copy
"minecraft:is_saddled": {}
1
horse
Copy
"minecraft:is_saddled": {}
1
mule
Copy
"minecraft:is_saddled": {}
1
pig
Copy
"minecraft:is_saddled": {}
1
strider
Copy
"minecraft:is_saddled": {}
1
minecraft:is_shaking
hoglin
Copy
"minecraft:is_shaking": {}
1
husk
Copy
"minecraft:is_shaking": {}
1
piglin
Copy
"minecraft:is_shaking": {}
1
piglin_brute
Copy
"minecraft:is_shaking": {}
1
skeleton
Copy
"minecraft:is_shaking": {}
1
strider
Copy
"minecraft:is_shaking": {}
1
zombie
Copy
"minecraft:is_shaking": {}
1
zombie_villager
Copy
"minecraft:is_shaking": {}
1
zombie_villager_v2
Copy
"minecraft:is_shaking": {}
1
minecraft:is_sheared
sheep
Copy
"minecraft:is_sheared": {}
1
snow_golem
Copy
"minecraft:is_sheared": {}
1
minecraft:is_stackable
boat
Copy
"minecraft:is_stackable": {}
1
chest_minecart
Copy
"minecraft:is_stackable": {
"value": true
}
1
2
3
2
3
hopper_minecart
Copy
"minecraft:is_stackable": {}
1
minecart
Copy
"minecraft:is_stackable": {}
1
tnt_minecart
Copy
"minecraft:is_stackable": {}
1
minecraft:is_stunned
ravager
Copy
"minecraft:is_stunned": {}
1
minecraft:is_tamed
cat
Copy
"minecraft:is_tamed": {}
1
donkey
Copy
"minecraft:is_tamed": {}
1
horse
Copy
"minecraft:is_tamed": {}
1
llama
Copy
"minecraft:is_tamed": {}
1
mule
Copy
"minecraft:is_tamed": {}
1
ocelot
Copy
"minecraft:is_tamed": {}
1
parrot
Copy
"minecraft:is_tamed": {}
1
skeleton_horse
Copy
"minecraft:is_tamed": {}
1
wolf
Copy
"minecraft:is_tamed": {}
1
zombie_horse
Copy
"minecraft:is_tamed": {}
1
minecraft:item_controllable
pig
Copy
"minecraft:item_controllable": {
"control_items": "carrotOnAStick"
}
1
2
3
2
3
strider
Copy
"minecraft:item_controllable": {
"control_items": "warped_fungus_on_a_stick"
}
1
2
3
2
3
minecraft:item_hopper
hopper_minecart
Copy
"minecraft:item_hopper": {}
1
minecraft:jump.dynamic
rabbit
Copy
"minecraft:jump.dynamic": {}
1
minecraft:jump.static
axolotl
Copy
"minecraft:jump.static": {}
1
bat
Copy
"minecraft:jump.static": {}
1
bee
Copy
"minecraft:jump.static": {}
1
blaze
Copy
"minecraft:jump.static": {}
1
cat
Copy
"minecraft:jump.static": {}
1
cave_spider
Copy
"minecraft:jump.static": {}
1
chicken
Copy
"minecraft:jump.static": {}
1
cow
Copy
"minecraft:jump.static": {}
1
creeper
Copy
"minecraft:jump.static": {}
1
dolphin
Copy
"minecraft:jump.static": {
"jump_power": 0.6
}
1
2
3
2
3
donkey
Copy
"minecraft:jump.static": {}
1
drowned
Copy
"minecraft:jump.static": {}
1
elder_guardian
Copy
"minecraft:jump.static": {}
1
enderman
Copy
"minecraft:jump.static": {}
1
endermite
Copy
"minecraft:jump.static": {}
1
evocation_illager
Copy
"minecraft:jump.static": {}
1
fox
Copy
"minecraft:jump.static": {}
1
ghast
Copy
"minecraft:jump.static": {}
1
glow_squid
Copy
"minecraft:jump.static": {}
1
goat
Copy
"minecraft:jump.static": {}
1
guardian
Copy
"minecraft:jump.static": {}
1
hoglin
Copy
"minecraft:jump.static": {}
1
horse
Copy
"minecraft:jump.static": {}
1
husk
Copy
"minecraft:jump.static": {}
1
iron_golem
Copy
"minecraft:jump.static": {}
1
llama
Copy
"minecraft:jump.static": {}
1
magma_cube
Copy
"minecraft:jump.static": {}
1
mooshroom
Copy
"minecraft:jump.static": {}
1
mule
Copy
"minecraft:jump.static": {}
1
ocelot
Copy
"minecraft:jump.static": {}
1
panda
Copy
"minecraft:jump.static": {}
1
parrot
Copy
"minecraft:jump.static": {}
1
pig
Copy
"minecraft:jump.static": {}
1
piglin
Copy
"minecraft:jump.static": {}
1
piglin_brute
Copy
"minecraft:jump.static": {}
1
pillager
Copy
"minecraft:jump.static": {}
1
polar_bear
Copy
"minecraft:jump.static": {}
1
ravager
Copy
"minecraft:jump.static": {}
1
sheep
Copy
"minecraft:jump.static": {}
1
silverfish
Copy
"minecraft:jump.static": {}
1
skeleton
Copy
"minecraft:jump.static": {}
1
skeleton_horse
Copy
"minecraft:jump.static": {}
1
slime
Copy
"minecraft:jump.static": {}
1
snow_golem
Copy
"minecraft:jump.static": {}
1
spider
Copy
"minecraft:jump.static": {}
1
squid
Copy
"minecraft:jump.static": {}
1
stray
Copy
"minecraft:jump.static": {}
1
strider
Copy
"minecraft:jump.static": {}
1
turtle
Copy
"minecraft:jump.static": {}
1
vex
Copy
"minecraft:jump.static": {}
1
villager
Copy
"minecraft:jump.static": {}
1
villager_v2
Copy
"minecraft:jump.static": {}
1
vindicator
Copy
"minecraft:jump.static": {}
1
wandering_trader
Copy
"minecraft:jump.static": {}
1
witch
Copy
"minecraft:jump.static": {}
1
wither
Copy
"minecraft:jump.static": {}
1
wither_skeleton
Copy
"minecraft:jump.static": {}
1
wolf
Copy
"minecraft:jump.static": {}
1
zoglin
Copy
"minecraft:jump.static": {}
1
zombie
Copy
"minecraft:jump.static": {}
1
zombie_horse
Copy
"minecraft:jump.static": {}
1
zombie_pigman
Copy
"minecraft:jump.static": {}
1
zombie_villager
Copy
"minecraft:jump.static": {}
1
zombie_villager_v2
Copy
"minecraft:jump.static": {}
1
minecraft:knockback_resistance
armor_stand
Copy
"minecraft:knockback_resistance": {
"value": 1.0
}
1
2
3
2
3
ender_dragon
Copy
"minecraft:knockback_resistance": {
"value": 100,
"max": 100
}
1
2
3
4
2
3
4
hoglin
Copy
"minecraft:knockback_resistance": {
"value": 0.5
}
1
2
3
2
3
iron_golem
Copy
"minecraft:knockback_resistance": {
"value": 1.0
}
1
2
3
2
3
ravager
Copy
"minecraft:knockback_resistance": {
"value": 0.5
}
1
2
3
2
3
zoglin
Copy
"minecraft:knockback_resistance": {
"value": 0.5
}
1
2
3
2
3
minecraft:lava_movement
strider
Copy
"minecraft:lava_movement": {
"value": 0.32
}
1
2
3
2
3
minecraft:leashable
axolotl
Copy
"minecraft:leashable": {
"soft_distance": 4.0,
"hard_distance": 6.0,
"max_distance": 10.0
}
1
2
3
4
5
2
3
4
5
bee
Copy
"minecraft:leashable": {
"soft_distance": 4.0,
"hard_distance": 6.0,
"max_distance": 10.0
}
1
2
3
4
5
2
3
4
5
boat
Copy
"minecraft:leashable": {
"soft_distance": 4.0,
"hard_distance": 6.0,
"max_distance": 10.0
}
1
2
3
4
5
2
3
4
5
cat
Copy
"minecraft:leashable": {
"soft_distance": 4.0,
"hard_distance": 6.0,
"max_distance": 10.0
}
1
2
3
4
5
2
3
4
5
chicken
Copy
"minecraft:leashable": {
"soft_distance": 4.0,
"hard_distance": 6.0,
"max_distance": 10.0
}
1
2
3
4
5
2
3
4
5
cow
Copy
"minecraft:leashable": {
"soft_distance": 4.0,
"hard_distance": 6.0,
"max_distance": 10.0
}
1
2
3
4
5
2
3
4
5
dolphin
Copy
"minecraft:leashable": {
"soft_distance": 4.0,
"hard_distance": 6.0,
"max_distance": 10.0
}
1
2
3
4
5
2
3
4
5
donkey
Copy
"minecraft:leashable": {
"soft_distance": 4.0,
"hard_distance": 6.0,
"max_distance": 10.0
}
1
2
3
4
5
2
3
4
5
fox
Copy
"minecraft:leashable": {
"soft_distance": 4.0,
"hard_distance": 6.0,
"max_distance": 10.0
}
1
2
3
4
5
2
3
4
5
glow_squid
Copy
"minecraft:leashable": {
"soft_distance": 4.0,
"hard_distance": 6.0,
"max_distance": 10.0
}
1
2
3
4
5
2
3
4
5
goat
Copy
"minecraft:leashable": {
"soft_distance": 4,
"hard_distance": 6,
"max_distance": 10
}
1
2
3
4
5
2
3
4
5
hoglin
Copy
"minecraft:leashable": {
"soft_distance": 4.0,
"hard_distance": 6.0,
"max_distance": 10.0
}
1
2
3
4
5
2
3
4
5
horse
Copy
"minecraft:leashable": {
"soft_distance": 4.0,
"hard_distance": 6.0,
"max_distance": 10.0
}
1
2
3
4
5
2
3
4
5
iron_golem
Copy
"minecraft:leashable": {
"soft_distance": 4.0,
"hard_distance": 6.0,
"max_distance": 10.0
}
1
2
3
4
5
2
3
4
5
llama
Copy
"minecraft:leashable": {
"soft_distance": 4.0,
"hard_distance": 6.0,
"max_distance": 10.0,
"can_be_stolen": true
}
1
2
3
4
5
6
2
3
4
5
6
mooshroom
Copy
"minecraft:leashable": {
"soft_distance": 4.0,
"hard_distance": 6.0,
"max_distance": 10.0
}
1
2
3
4
5
2
3
4
5
mule
Copy
"minecraft:leashable": {
"soft_distance": 4.0,
"hard_distance": 6.0,
"max_distance": 10.0
}
1
2
3
4
5
2
3
4
5
ocelot
Copy
"minecraft:leashable": {
"soft_distance": 4.0,
"hard_distance": 6.0,
"max_distance": 10.0,
"on_leash": {
"event": "minecraft:on_leash",
"target": "self"
},
"on_unleash": {
"event": "minecraft:on_unleash",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
parrot
Copy
"minecraft:leashable": {
"soft_distance": 4.0,
"hard_distance": 6.0,
"max_distance": 10.0
}
1
2
3
4
5
2
3
4
5
pig
Copy
"minecraft:leashable": {
"soft_distance": 4.0,
"hard_distance": 6.0,
"max_distance": 10.0
}
1
2
3
4
5
2
3
4
5
polar_bear
Copy
"minecraft:leashable": {
"soft_distance": 4.0,
"hard_distance": 6.0,
"max_distance": 10.0
}
1
2
3
4
5
2
3
4
5
rabbit
Copy
"minecraft:leashable": {
"soft_distance": 4.0,
"hard_distance": 6.0,
"max_distance": 10.0
}
1
2
3
4
5
2
3
4
5
sheep
Copy
"minecraft:leashable": {
"soft_distance": 4.0,
"hard_distance": 6.0,
"max_distance": 10.0
}
1
2
3
4
5
2
3
4
5
skeleton_horse
Copy
"minecraft:leashable": {
"soft_distance": 4.0,
"hard_distance": 6.0,
"max_distance": 10.0
}
1
2
3
4
5
2
3
4
5
snow_golem
Copy
"minecraft:leashable": {
"soft_distance": 4.0,
"hard_distance": 6.0,
"max_distance": 10.0
}
1
2
3
4
5
2
3
4
5
squid
Copy
"minecraft:leashable": {
"soft_distance": 4.0,
"hard_distance": 6.0,
"max_distance": 10.0
}
1
2
3
4
5
2
3
4
5
strider
Copy
"minecraft:leashable": {
"soft_distance": 4.0,
"hard_distance": 6.0,
"max_distance": 10.0
}
1
2
3
4
5
2
3
4
5
wolf
Copy
"minecraft:leashable": {
"soft_distance": 4.0,
"hard_distance": 6.0,
"max_distance": 10.0,
"on_leash": {
"event": "minecraft:on_leash",
"target": "self"
},
"on_unleash": {
"event": "minecraft:on_unleash",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
zoglin
Copy
"minecraft:leashable": {
"soft_distance": 4.0,
"hard_distance": 6.0,
"max_distance": 10.0
}
1
2
3
4
5
2
3
4
5
zombie_horse
Copy
"minecraft:leashable": {
"soft_distance": 4.0,
"hard_distance": 6.0,
"max_distance": 10.0
}
1
2
3
4
5
2
3
4
5
minecraft:lookat
enderman
Copy
"minecraft:lookat": {
"search_radius": 64.0,
"set_target": true,
"look_cooldown": 5.0,
"filters": {
"all_of": [
{
"subject": "other",
"test": "is_family",
"value": "player"
},
{
"test": "has_equipment",
"domain": "head",
"subject": "other",
"operator": "not",
"value": "carved_pumpkin"
}
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
minecraft:loot
armor_stand
Copy
"minecraft:loot": {
"table": "loot_tables/entities/armor_stand.json"
}
1
2
3
2
3
blaze
Copy
"minecraft:loot": {
"table": "loot_tables/entities/blaze.json"
}
1
2
3
2
3
boat
Copy
"minecraft:loot": {
"table": "loot_tables/entities/boat.json"
}
1
2
3
2
3
cat
Copy
"minecraft:loot": {
"table": "loot_tables/entities/cat.json"
}
1
2
3
2
3
cave_spider
Copy
"minecraft:loot": {
"table": "loot_tables/entities/spider.json"
}
1
2
3
2
3
chicken
Copy
"minecraft:loot": {
"table": "loot_tables/entities/chicken.json"
}
1
2
3
2
3
cow
Copy
"minecraft:loot": {
"table": "loot_tables/entities/cow.json"
}
1
2
3
2
3
creeper
Copy
"minecraft:loot": {
"table": "loot_tables/entities/creeper.json"
}
1
2
3
2
3
dolphin
Copy
"minecraft:loot": {
"table": "loot_tables/entities/dolphin.json"
}
1
2
3
2
3
donkey
Copy
"minecraft:loot": {
"table": "loot_tables/entities/horse.json"
}
1
2
3
2
3
drowned
Copy
"minecraft:loot": {
"table": "loot_tables/entities/drowned.json"
}
1
2
3
2
3
elder_guardian
Copy
"minecraft:loot": {
"table": "loot_tables/entities/elder_guardian.json"
}
1
2
3
2
3
enderman
Copy
"minecraft:loot": {
"table": "loot_tables/entities/enderman.json"
}
1
2
3
2
3
evocation_illager
Copy
"minecraft:loot": {
"table": "loot_tables/entities/evocation_illager.json"
}
1
2
3
2
3
fish
Copy
"minecraft:loot": {
"table": "loot_tables/entities/fish.json"
}
1
2
3
2
3
fishing_hook
Copy
"minecraft:loot": {
"table": "loot_tables/gameplay/fishing.json"
}
1
2
3
2
3
Copy
"minecraft:loot": {
"table": "loot_tables/gameplay/jungle_fishing.json"
}
1
2
3
2
3
fox
Copy
"minecraft:loot": {
"table": "loot_tables/entities/fox.json"
}
1
2
3
2
3
ghast
Copy
"minecraft:loot": {
"table": "loot_tables/entities/ghast.json"
}
1
2
3
2
3
glow_squid
Copy
"minecraft:loot": {
"table": "loot_tables/entities/glow_squid.json"
}
1
2
3
2
3
goat
Copy
"minecraft:loot": {
"table": "loot_tables/entities/goat.json"
}
1
2
3
2
3
guardian
Copy
"minecraft:loot": {
"table": "loot_tables/entities/guardian.json"
}
1
2
3
2
3
hoglin
Copy
"minecraft:loot": {
"table": "loot_tables/entities/hoglin.json"
}
1
2
3
2
3
horse
Copy
"minecraft:loot": {
"table": "loot_tables/entities/horse.json"
}
1
2
3
2
3
husk
Copy
"minecraft:loot": {
"table": "loot_tables/entities/zombie.json"
}
1
2
3
2
3
iron_golem
Copy
"minecraft:loot": {
"table": "loot_tables/entities/iron_golem.json"
}
1
2
3
2
3
llama
Copy
"minecraft:loot": {
"table": "loot_tables/entities/llama.json"
}
1
2
3
2
3
magma_cube
Copy
"minecraft:loot": {
"table": "loot_tables/entities/magma_cube.json"
}
1
2
3
2
3
mooshroom
Copy
"minecraft:loot": {
"table": "loot_tables/entities/mooshroom.json"
}
1
2
3
2
3
mule
Copy
"minecraft:loot": {
"table": "loot_tables/entities/horse.json"
}
1
2
3
2
3
npc
Copy
"minecraft:loot": {
"table": "loot_tables/empty.json"
}
1
2
3
2
3
ocelot
Copy
"minecraft:loot": {
"table": "loot_tables/entities/ocelot.json"
}
1
2
3
2
3
panda
Copy
"minecraft:loot": {
"table": "loot_tables/entities/panda.json"
}
1
2
3
2
3
parrot
Copy
"minecraft:loot": {
"table": "loot_tables/entities/parrot.json"
}
1
2
3
2
3
phantom
Copy
"minecraft:loot": {
"table": "loot_tables/entities/phantom.json"
}
1
2
3
2
3
pig
Copy
"minecraft:loot": {
"table": "loot_tables/entities/pig.json"
}
1
2
3
2
3
Copy
"minecraft:loot": {
"table": "loot_tables/entities/pig_saddled.json"
}
1
2
3
2
3
piglin
Copy
"minecraft:loot": {
"table": "loot_tables/entities/piglin.json"
}
1
2
3
2
3
piglin_brute
Copy
"minecraft:loot": {
"table": "loot_tables/entities/piglin.json"
}
1
2
3
2
3
pillager
Copy
"minecraft:loot": {
"table": "loot_tables/entities/pillager.json"
}
1
2
3
2
3
Copy
"minecraft:loot": {
"table": "loot_tables/entities/pillager_raid.json"
}
1
2
3
2
3
player
Copy
"minecraft:loot": {
"table": "loot_tables/empty.json"
}
1
2
3
2
3
polar_bear
Copy
"minecraft:loot": {
"table": "loot_tables/entities/polar_bear.json"
}
1
2
3
2
3
pufferfish
Copy
"minecraft:loot": {
"table": "loot_tables/entities/pufferfish.json"
}
1
2
3
2
3
rabbit
Copy
"minecraft:loot": {
"table": "loot_tables/entities/rabbit.json"
}
1
2
3
2
3
ravager
Copy
"minecraft:loot": {
"table": "loot_tables/entities/ravager.json"
}
1
2
3
2
3
salmon
Copy
"minecraft:loot": {
"table": "loot_tables/entities/salmon_normal.json"
}
1
2
3
2
3
Copy
"minecraft:loot": {
"table": "loot_tables/entities/salmon_large.json"
}
1
2
3
2
3
sheep
Copy
"minecraft:loot": {
"table": "loot_tables/entities/sheep_sheared.json"
}
1
2
3
2
3
Copy
"minecraft:loot": {
"table": "loot_tables/entities/sheep.json"
}
1
2
3
2
3
shulker
Copy
"minecraft:loot": {
"table": "loot_tables/entities/shulker.json"
}
1
2
3
2
3
silverfish
Copy
"minecraft:loot": {
"table": "loot_tables/entities/silverfish.json"
}
1
2
3
2
3
skeleton
Copy
"minecraft:loot": {
"table": "loot_tables/entities/skeleton.json"
}
1
2
3
2
3
skeleton_horse
Copy
"minecraft:loot": {
"table": "loot_tables/entities/skeleton_horse.json"
}
1
2
3
2
3
slime
Copy
"minecraft:loot": {
"table": "loot_tables/entities/slime.json"
}
1
2
3
2
3
snow_golem
Copy
"minecraft:loot": {
"table": "loot_tables/entities/snowman.json"
}
1
2
3
2
3
spider
Copy
"minecraft:loot": {
"table": "loot_tables/entities/spider.json"
}
1
2
3
2
3
squid
Copy
"minecraft:loot": {
"table": "loot_tables/entities/squid.json"
}
1
2
3
2
3
stray
Copy
"minecraft:loot": {
"table": "loot_tables/entities/stray.json"
}
1
2
3
2
3
strider
Copy
"minecraft:loot": {
"table": "loot_tables/entities/strider_saddled.json"
}
1
2
3
2
3
Copy
"minecraft:loot": {
"table": "loot_tables/entities/strider.json"
}
1
2
3
2
3
tripod_camera
Copy
"minecraft:loot": {
"table": "loot_tables/empty.json"
}
1
2
3
2
3
tropicalfish
Copy
"minecraft:loot": {
"table": "loot_tables/entities/tropicalfish.json"
}
1
2
3
2
3
turtle
Copy
"minecraft:loot": {
"table": "loot_tables/entities/sea_turtle.json"
}
1
2
3
2
3
vindicator
Copy
"minecraft:loot": {
"table": "loot_tables/entities/vindication_illager.json"
}
1
2
3
2
3
Copy
"minecraft:loot": {
"table": "loot_tables/entities/vindicator_raid.json"
}
1
2
3
2
3
witch
Copy
"minecraft:loot": {
"table": "loot_tables/entities/witch.json"
}
1
2
3
2
3
wither
Copy
"minecraft:loot": {
"table": "loot_tables/entities/wither_boss.json"
}
1
2
3
2
3
wither_skeleton
Copy
"minecraft:loot": {
"table": "loot_tables/entities/wither_skeleton.json"
}
1
2
3
2
3
wolf
Copy
"minecraft:loot": {
"table": "loot_tables/entities/wolf.json"
}
1
2
3
2
3
zoglin
Copy
"minecraft:loot": {
"table": "loot_tables/entities/zoglin.json"
}
1
2
3
2
3
zombie
Copy
"minecraft:loot": {
"table": "loot_tables/entities/zombie.json"
}
1
2
3
2
3
zombie_horse
Copy
"minecraft:loot": {
"table": "loot_tables/entities/zombie_horse.json"
}
1
2
3
2
3
zombie_pigman
Copy
"minecraft:loot": {
"table": "loot_tables/entities/zombie_pigman.json"
}
1
2
3
2
3
zombie_villager
Copy
"minecraft:loot": {
"table": "loot_tables/entities/zombie.json"
}
1
2
3
2
3
zombie_villager_v2
Copy
"minecraft:loot": {
"table": "loot_tables/entities/zombie.json"
}
1
2
3
2
3
minecraft:managed_wandering_trader
wandering_trader
Copy
"minecraft:managed_wandering_trader": {}
1
minecraft:mark_variant
bee
Copy
"minecraft:mark_variant": {
"value": 1
}
1
2
3
2
3
horse
Copy
"minecraft:mark_variant": {
"value": 0
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 1
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 2
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 3
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 4
}
1
2
3
2
3
llama
Copy
"minecraft:mark_variant": {
"value": 0
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 1
}
1
2
3
2
3
mooshroom
Copy
"minecraft:mark_variant": {
"value": -1
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 0
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 1
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 2
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 3
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 4
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 5
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 6
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 7
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 8
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 9
}
1
2
3
2
3
tropicalfish
Copy
"minecraft:mark_variant": {
"value": 0
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 1
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 2
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 3
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 4
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 5
}
1
2
3
2
3
villager_v2
Copy
"minecraft:mark_variant": {
"value": 0
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 1
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 2
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 3
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 4
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 5
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 6
}
1
2
3
2
3
zombie_villager_v2
Copy
"minecraft:mark_variant": {
"value": 1
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 2
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 3
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 4
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 5
}
1
2
3
2
3
Copy
"minecraft:mark_variant": {
"value": 6
}
1
2
3
2
3
minecraft:mob_effect
pufferfish
Copy
"minecraft:mob_effect": {
"effect_range": 0.2,
"mob_effect": "poison",
"effect_time": 10,
"entity_filter": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "monster"
}
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
minecraft:movement
axolotl
Copy
"minecraft:movement": {
"value": 0.1
}
1
2
3
2
3
bat
Copy
"minecraft:movement": {
"value": 0.1
}
1
2
3
2
3
bee
Copy
"minecraft:movement": {
"value": 0.3
}
1
2
3
2
3
blaze
Copy
"minecraft:movement": {
"value": 0.23
}
1
2
3
2
3
cat
Copy
"minecraft:movement": {
"value": 0.3
}
1
2
3
2
3
cave_spider
Copy
"minecraft:movement": {
"value": 0.3
}
1
2
3
2
3
chicken
Copy
"minecraft:movement": {
"value": 0.25
}
1
2
3
2
3
cow
Copy
"minecraft:movement": {
"value": 0.25
}
1
2
3
2
3
creeper
Copy
"minecraft:movement": {
"value": 0.2
}
1
2
3
2
3
dolphin
Copy
"minecraft:movement": {
"value": 0.1
}
1
2
3
2
3
donkey
Copy
"minecraft:movement": {
"value": 0.175
}
1
2
3
2
3
drowned
Copy
"minecraft:movement": {
"value": 0.23
}
1
2
3
2
3
Copy
"minecraft:movement": {
"value": 0.25
}
1
2
3
2
3
elder_guardian
Copy
"minecraft:movement": {
"value": 0.3
}
1
2
3
2
3
enderman
Copy
"minecraft:movement": {
"value": 0.3
}
1
2
3
2
3
Copy
"minecraft:movement": {
"value": 0.45
}
1
2
3
2
3
endermite
Copy
"minecraft:movement": {
"value": 0.25
}
1
2
3
2
3
ender_dragon
Copy
"minecraft:movement": {
"value": 0.3
}
1
2
3
2
3
evocation_illager
Copy
"minecraft:movement": {
"value": 0.5
}
1
2
3
2
3
fish
Copy
"minecraft:movement": {
"value": 0.1
}
1
2
3
2
3
fox
Copy
"minecraft:movement": {
"value": 0.3
}
1
2
3
2
3
ghast
Copy
"minecraft:movement": {
"value": 0.03
}
1
2
3
2
3
glow_squid
Copy
"minecraft:movement": {
"value": 0.2
}
1
2
3
2
3
goat
Copy
"minecraft:movement": {
"value": 0.4
}
1
2
3
2
3
guardian
Copy
"minecraft:movement": {
"value": 0.12
}
1
2
3
2
3
hoglin
Copy
"minecraft:movement": {
"value": 0.36
}
1
2
3
2
3
Copy
"minecraft:movement": {
"value": 0.3
}
1
2
3
2
3
horse
Copy
"minecraft:movement": {
"value": {
"range_min": 0.1125,
"range_max": 0.3375
}
}
1
2
3
4
5
6
2
3
4
5
6
husk
Copy
"minecraft:movement": {
"value": 0.35
}
1
2
3
2
3
Copy
"minecraft:movement": {
"value": 0.23
}
1
2
3
2
3
iron_golem
Copy
"minecraft:movement": {
"value": 0.25
}
1
2
3
2
3
llama
Copy
"minecraft:movement": {
"value": 0.25
}
1
2
3
2
3
magma_cube
Copy
"minecraft:movement": {
"value": 0.75
}
1
2
3
2
3
Copy
"minecraft:movement": {
"value": 0.66
}
1
2
3
2
3
Copy
"minecraft:movement": {
"value": 0.6
}
1
2
3
2
3
mooshroom
Copy
"minecraft:movement": {
"value": 0.25
}
1
2
3
2
3
mule
Copy
"minecraft:movement": {
"value": 0.175
}
1
2
3
2
3
npc
Copy
"minecraft:movement": {
"value": 0.5
}
1
2
3
2
3
ocelot
Copy
"minecraft:movement": {
"value": 0.3
}
1
2
3
2
3
panda
Copy
"minecraft:movement": {
"value": 0.15
}
1
2
3
2
3
Copy
"minecraft:movement": {
"value": 0.07
}
1
2
3
2
3
parrot
Copy
"minecraft:movement": {
"value": 0.4
}
1
2
3
2
3
phantom
Copy
"minecraft:movement": {
"value": 1.8
}
1
2
3
2
3
pig
Copy
"minecraft:movement": {
"value": 0.25
}
1
2
3
2
3
piglin
Copy
"minecraft:movement": {
"value": 0.42
}
1
2
3
2
3
Copy
"minecraft:movement": {
"value": 0.35
}
1
2
3
2
3
piglin_brute
Copy
"minecraft:movement": {
"value": 0.35
}
1
2
3
2
3
pillager
Copy
"minecraft:movement": {
"value": 0.35
}
1
2
3
2
3
player
Copy
"minecraft:movement": {
"value": 0.1
}
1
2
3
2
3
polar_bear
Copy
"minecraft:movement": {
"value": 0.25
}
1
2
3
2
3
pufferfish
Copy
"minecraft:movement": {
"value": 0.13
}
1
2
3
2
3
rabbit
Copy
"minecraft:movement": {
"value": 0.3
}
1
2
3
2
3
ravager
Copy
"minecraft:movement": {
"value": 0.0
}
1
2
3
2
3
Copy
"minecraft:movement": {
"value": 0.3
}
1
2
3
2
3
salmon
Copy
"minecraft:movement": {
"value": 0.12
}
1
2
3
2
3
sheep
Copy
"minecraft:movement": {
"value": 0.25
}
1
2
3
2
3
shulker
Copy
"minecraft:movement": {
"value": 0.0,
"max": 0.0
}
1
2
3
4
2
3
4
silverfish
Copy
"minecraft:movement": {
"value": 0.25
}
1
2
3
2
3
skeleton
Copy
"minecraft:movement": {
"value": 0.25
}
1
2
3
2
3
skeleton_horse
Copy
"minecraft:movement": {
"value": 0.2
}
1
2
3
2
3
slime
Copy
"minecraft:movement": {
"value": 0.6
}
1
2
3
2
3
Copy
"minecraft:movement": {
"value": 0.4
}
1
2
3
2
3
Copy
"minecraft:movement": {
"value": 0.3
}
1
2
3
2
3
snow_golem
Copy
"minecraft:movement": {
"value": 0.2
}
1
2
3
2
3
spider
Copy
"minecraft:movement": {
"value": 0.3
}
1
2
3
2
3
squid
Copy
"minecraft:movement": {
"value": 0.2
}
1
2
3
2
3
stray
Copy
"minecraft:movement": {
"value": 0.25
}
1
2
3
2
3
strider
Copy
"minecraft:movement": {
"value": 0.16
}
1
2
3
2
3
tropicalfish
Copy
"minecraft:movement": {
"value": 0.12
}
1
2
3
2
3
turtle
Copy
"minecraft:movement": {
"value": 0.1
}
1
2
3
2
3
vex
Copy
"minecraft:movement": {
"value": 1.0
}
1
2
3
2
3
villager
Copy
"minecraft:movement": {
"value": 0.5
}
1
2
3
2
3
villager_v2
Copy
"minecraft:movement": {
"value": 0.5
}
1
2
3
2
3
vindicator
Copy
"minecraft:movement": {
"value": 0.35
}
1
2
3
2
3
wandering_trader
Copy
"minecraft:movement": {
"value": 0.5
}
1
2
3
2
3
witch
Copy
"minecraft:movement": {
"value": 0.25
}
1
2
3
2
3
wither
Copy
"minecraft:movement": {
"value": 0.25
}
1
2
3
2
3
wither_skeleton
Copy
"minecraft:movement": {
"value": 0.25
}
1
2
3
2
3
wolf
Copy
"minecraft:movement": {
"value": 0.3
}
1
2
3
2
3
zoglin
Copy
"minecraft:movement": {
"value": 0.25
}
1
2
3
2
3
zombie
Copy
"minecraft:movement": {
"value": 0.35
}
1
2
3
2
3
Copy
"minecraft:movement": {
"value": 0.23
}
1
2
3
2
3
zombie_horse
Copy
"minecraft:movement": {
"value": 0.2
}
1
2
3
2
3
zombie_pigman
Copy
"minecraft:movement": {
"value": 0.23
}
1
2
3
2
3
zombie_villager
Copy
"minecraft:movement": {
"value": 0.35
}
1
2
3
2
3
Copy
"minecraft:movement": {
"value": 0.23
}
1
2
3
2
3
zombie_villager_v2
Copy
"minecraft:movement": {
"value": 0.35
}
1
2
3
2
3
Copy
"minecraft:movement": {
"value": 0.23
}
1
2
3
2
3
minecraft:movement.amphibious
axolotl
Copy
"minecraft:movement.amphibious": {
"max_turn": 15.0
}
1
2
3
2
3
turtle
Copy
"minecraft:movement.amphibious": {
"max_turn": 5.0
}
1
2
3
2
3
minecraft:movement.basic
bat
Copy
"minecraft:movement.basic": {}
1
blaze
Copy
"minecraft:movement.basic": {}
1
cat
Copy
"minecraft:movement.basic": {}
1
cave_spider
Copy
"minecraft:movement.basic": {}
1
chicken
Copy
"minecraft:movement.basic": {}
1
cow
Copy
"minecraft:movement.basic": {}
1
creeper
Copy
"minecraft:movement.basic": {}
1
donkey
Copy
"minecraft:movement.basic": {}
1
enderman
Copy
"minecraft:movement.basic": {}
1
endermite
Copy
"minecraft:movement.basic": {}
1
evocation_illager
Copy
"minecraft:movement.basic": {}
1
fox
Copy
"minecraft:movement.basic": {}
1
glow_squid
Copy
"minecraft:movement.basic": {}
1
goat
Copy
"minecraft:movement.basic": {}
1
hoglin
Copy
"minecraft:movement.basic": {}
1
horse
Copy
"minecraft:movement.basic": {}
1
husk
Copy
"minecraft:movement.basic": {}
1
iron_golem
Copy
"minecraft:movement.basic": {}
1
llama
Copy
"minecraft:movement.basic": {}
1
mooshroom
Copy
"minecraft:movement.basic": {}
1
mule
Copy
"minecraft:movement.basic": {}
1
ocelot
Copy
"minecraft:movement.basic": {}
1
panda
Copy
"minecraft:movement.basic": {}
1
pig
Copy
"minecraft:movement.basic": {}
1
piglin
Copy
"minecraft:movement.basic": {}
1
piglin_brute
Copy
"minecraft:movement.basic": {}
1
pillager
Copy
"minecraft:movement.basic": {}
1
polar_bear
Copy
"minecraft:movement.basic": {}
1
ravager
Copy
"minecraft:movement.basic": {}
1
sheep
Copy
"minecraft:movement.basic": {}
1
shulker
Copy
"minecraft:movement.basic": {}
1
silverfish
Copy
"minecraft:movement.basic": {}
1
skeleton
Copy
"minecraft:movement.basic": {}
1
skeleton_horse
Copy
"minecraft:movement.basic": {}
1
snow_golem
Copy
"minecraft:movement.basic": {}
1
spider
Copy
"minecraft:movement.basic": {}
1
squid
Copy
"minecraft:movement.basic": {}
1
stray
Copy
"minecraft:movement.basic": {}
1
strider
Copy
"minecraft:movement.basic": {}
1
vex
Copy
"minecraft:movement.basic": {}
1
villager
Copy
"minecraft:movement.basic": {}
1
villager_v2
Copy
"minecraft:movement.basic": {}
1
vindicator
Copy
"minecraft:movement.basic": {}
1
wandering_trader
Copy
"minecraft:movement.basic": {}
1
witch
Copy
"minecraft:movement.basic": {}
1
wither
Copy
"minecraft:movement.basic": {
"max_turn": 180.0
}
1
2
3
2
3
wither_skeleton
Copy
"minecraft:movement.basic": {}
1
wolf
Copy
"minecraft:movement.basic": {}
1
zoglin
Copy
"minecraft:movement.basic": {}
1
zombie
Copy
"minecraft:movement.basic": {}
1
zombie_horse
Copy
"minecraft:movement.basic": {}
1
zombie_pigman
Copy
"minecraft:movement.basic": {}
1
zombie_villager
Copy
"minecraft:movement.basic": {}
1
zombie_villager_v2
Copy
"minecraft:movement.basic": {}
1
minecraft:movement.fly
parrot
Copy
"minecraft:movement.fly": {}
1
minecraft:movement.generic
drowned
Copy
"minecraft:movement.generic": {}
1
minecraft:movement.glide
phantom
Copy
"minecraft:movement.glide": {
"start_speed": 0.1,
"speed_when_turning": 0.2
}
1
2
3
4
2
3
4
minecraft:movement.hover
bee
Copy
"minecraft:movement.hover": {}
1
minecraft:movement.jump
magma_cube
Copy
"minecraft:movement.jump": {
"jump_delay": [
2.0,
6.0
]
}
1
2
3
4
5
6
2
3
4
5
6
Copy
"minecraft:movement.jump": {
"jump_delay": [
0.667,
2.0
]
}
1
2
3
4
5
6
2
3
4
5
6
slime
Copy
"minecraft:movement.jump": {
"jump_delay": [
0.5,
1.5
]
}
1
2
3
4
5
6
2
3
4
5
6
Copy
"minecraft:movement.jump": {
"jump_delay": [
0.16,
0.5
]
}
1
2
3
4
5
6
2
3
4
5
6
minecraft:movement.skip
rabbit
Copy
"minecraft:movement.skip": {}
1
minecraft:movement.sway
elder_guardian
Copy
"minecraft:movement.sway": {}
1
fish
Copy
"minecraft:movement.sway": {
"sway_amplitude": 0.0
}
1
2
3
2
3
guardian
Copy
"minecraft:movement.sway": {}
1
pufferfish
Copy
"minecraft:movement.sway": {
"sway_amplitude": 0.0
}
1
2
3
2
3
salmon
Copy
"minecraft:movement.sway": {
"sway_amplitude": 0.0
}
1
2
3
2
3
tropicalfish
Copy
"minecraft:movement.sway": {
"sway_amplitude": 0.0
}
1
2
3
2
3
minecraft:nameable
armor_stand
Copy
"minecraft:nameable": {}
1
axolotl
Copy
"minecraft:nameable": {}
1
bat
Copy
"minecraft:nameable": {}
1
bee
Copy
"minecraft:nameable": {}
1
blaze
Copy
"minecraft:nameable": {}
1
cat
Copy
"minecraft:nameable": {}
1
cave_spider
Copy
"minecraft:nameable": {}
1
chicken
Copy
"minecraft:nameable": {}
1
cow
Copy
"minecraft:nameable": {}
1
creeper
Copy
"minecraft:nameable": {}
1
dolphin
Copy
"minecraft:nameable": {}
1
donkey
Copy
"minecraft:nameable": {}
1
drowned
Copy
"minecraft:nameable": {}
1
elder_guardian
Copy
"minecraft:nameable": {}
1
enderman
Copy
"minecraft:nameable": {}
1
endermite
Copy
"minecraft:nameable": {}
1
evocation_illager
Copy
"minecraft:nameable": {}
1
fish
Copy
"minecraft:nameable": {}
1
fox
Copy
"minecraft:nameable": {}
1
ghast
Copy
"minecraft:nameable": {}
1
glow_squid
Copy
"minecraft:nameable": {}
1
goat
Copy
"minecraft:nameable": {}
1
guardian
Copy
"minecraft:nameable": {}
1
hoglin
Copy
"minecraft:nameable": {}
1
horse
Copy
"minecraft:nameable": {}
1
husk
Copy
"minecraft:nameable": {}
1
iron_golem
Copy
"minecraft:nameable": {}
1
llama
Copy
"minecraft:nameable": {}
1
magma_cube
Copy
"minecraft:nameable": {}
1
mooshroom
Copy
"minecraft:nameable": {}
1
mule
Copy
"minecraft:nameable": {}
1
npc
Copy
"minecraft:nameable": {
"always_show": true,
"allow_name_tag_renaming": false
}
1
2
3
4
2
3
4
ocelot
Copy
"minecraft:nameable": {}
1
panda
Copy
"minecraft:nameable": {}
1
parrot
Copy
"minecraft:nameable": {}
1
phantom
Copy
"minecraft:nameable": {}
1
pig
Copy
"minecraft:nameable": {}
1
piglin
Copy
"minecraft:nameable": {}
1
piglin_brute
Copy
"minecraft:nameable": {}
1
pillager
Copy
"minecraft:nameable": {}
1
player
Copy
"minecraft:nameable": {
"always_show": true,
"allow_name_tag_renaming": false
}
1
2
3
4
2
3
4
polar_bear
Copy
"minecraft:nameable": {}
1
pufferfish
Copy
"minecraft:nameable": {}
1
rabbit
Copy
"minecraft:nameable": {}
1
ravager
Copy
"minecraft:nameable": {}
1
salmon
Copy
"minecraft:nameable": {}
1
sheep
Copy
"minecraft:nameable": {}
1
shulker
Copy
"minecraft:nameable": {}
1
silverfish
Copy
"minecraft:nameable": {}
1
skeleton
Copy
"minecraft:nameable": {}
1
skeleton_horse
Copy
"minecraft:nameable": {}
1
slime
Copy
"minecraft:nameable": {}
1
snow_golem
Copy
"minecraft:nameable": {}
1
spider
Copy
"minecraft:nameable": {}
1
squid
Copy
"minecraft:nameable": {}
1
stray
Copy
"minecraft:nameable": {}
1
strider
Copy
"minecraft:nameable": {}
1
tropicalfish
Copy
"minecraft:nameable": {}
1
turtle
Copy
"minecraft:nameable": {}
1
vex
Copy
"minecraft:nameable": {}
1
villager
Copy
"minecraft:nameable": {}
1
villager_v2
Copy
"minecraft:nameable": {}
1
vindicator
Copy
"minecraft:nameable": {
"default_trigger": {
"event": "minecraft:stop_johnny",
"target": "self"
},
"name_actions": [
{
"name_filter": "Johnny",
"on_named": {
"event": "minecraft:start_johnny",
"target": "self"
}
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
witch
Copy
"minecraft:nameable": {}
1
wither
Copy
"minecraft:nameable": {}
1
wither_skeleton
Copy
"minecraft:nameable": {}
1
wolf
Copy
"minecraft:nameable": {}
1
zoglin
Copy
"minecraft:nameable": {}
1
zombie
Copy
"minecraft:nameable": {}
1
zombie_horse
Copy
"minecraft:nameable": {}
1
zombie_pigman
Copy
"minecraft:nameable": {}
1
zombie_villager
Copy
"minecraft:nameable": {}
1
zombie_villager_v2
Copy
"minecraft:nameable": {}
1
minecraft:navigation.climb
cave_spider
Copy
"minecraft:navigation.climb": {
"can_path_over_water": true
}
1
2
3
2
3
spider
Copy
"minecraft:navigation.climb": {
"can_path_over_water": true
}
1
2
3
2
3
minecraft:navigation.float
bat
Copy
"minecraft:navigation.float": {
"can_path_over_water": true
}
1
2
3
2
3
ghast
Copy
"minecraft:navigation.float": {
"can_path_over_water": true
}
1
2
3
2
3
minecraft:navigation.fly
parrot
Copy
"minecraft:navigation.fly": {
"can_path_over_water": true,
"can_path_from_air": true
}
1
2
3
4
2
3
4
minecraft:navigation.generic
axolotl
Copy
"minecraft:navigation.generic": {
"is_amphibious": true,
"can_path_over_water": true,
"can_swim": true,
"can_walk": true,
"can_sink": false,
"avoid_damage_blocks": true
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
dolphin
Copy
"minecraft:navigation.generic": {
"is_amphibious": true,
"can_path_over_water": true,
"can_swim": true,
"can_walk": false,
"can_breach": true,
"can_sink": false
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:navigation.generic": {
"is_amphibious": true,
"can_path_over_water": false,
"can_swim": true,
"can_walk": false,
"can_breach": true,
"can_sink": false
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:navigation.generic": {
"is_amphibious": true,
"can_path_over_water": true,
"can_swim": true,
"can_walk": true,
"can_breach": false,
"can_jump": false
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
drowned
Copy
"minecraft:navigation.generic": {
"is_amphibious": true,
"can_path_over_water": false,
"can_break_doors": true,
"can_swim": false,
"can_walk": true,
"avoid_sun": true
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:navigation.generic": {
"is_amphibious": true,
"can_path_over_water": false,
"can_break_doors": true,
"can_swim": true,
"can_walk": true,
"avoid_sun": true
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
elder_guardian
Copy
"minecraft:navigation.generic": {
"is_amphibious": true,
"can_path_over_water": false,
"can_swim": true,
"can_walk": false,
"can_breach": true
}
1
2
3
4
5
6
7
2
3
4
5
6
7
fish
Copy
"minecraft:navigation.generic": {
"is_amphibious": false,
"can_path_over_water": false,
"can_swim": true,
"can_walk": false,
"can_breach": false,
"can_sink": false
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
guardian
Copy
"minecraft:navigation.generic": {
"is_amphibious": true,
"can_path_over_water": false,
"can_swim": true,
"can_walk": false,
"can_breach": true
}
1
2
3
4
5
6
7
2
3
4
5
6
7
pufferfish
Copy
"minecraft:navigation.generic": {
"is_amphibious": false,
"can_path_over_water": false,
"can_swim": true,
"can_walk": false,
"can_breach": false,
"can_sink": false
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
salmon
Copy
"minecraft:navigation.generic": {
"is_amphibious": false,
"can_path_over_water": false,
"can_swim": true,
"can_walk": false,
"can_breach": false,
"can_sink": false
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
tropicalfish
Copy
"minecraft:navigation.generic": {
"is_amphibious": false,
"can_path_over_water": false,
"can_swim": true,
"can_walk": false,
"can_breach": false,
"can_sink": false
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
turtle
Copy
"minecraft:navigation.generic": {
"is_amphibious": true,
"can_path_over_water": false,
"can_swim": true,
"can_walk": true,
"can_sink": false,
"avoid_damage_blocks": true
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
minecraft:navigation.hover
bee
Copy
"minecraft:navigation.hover": {
"can_path_over_water": true,
"can_sink": false,
"can_pass_doors": false,
"can_path_from_air": true,
"avoid_water": true,
"avoid_damage_blocks": true,
"avoid_sun": false
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
minecraft:navigation.walk
blaze
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true,
"avoid_water": true,
"avoid_damage_blocks": true
}
1
2
3
4
5
2
3
4
5
cat
Copy
"minecraft:navigation.walk": {
"can_float": true,
"avoid_water": true,
"avoid_damage_blocks": true
}
1
2
3
4
5
2
3
4
5
chicken
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true,
"avoid_damage_blocks": true
}
1
2
3
4
2
3
4
cow
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true,
"avoid_water": true,
"avoid_damage_blocks": true
}
1
2
3
4
5
2
3
4
5
creeper
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true
}
1
2
3
2
3
donkey
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true,
"avoid_water": true,
"avoid_damage_blocks": true
}
1
2
3
4
5
2
3
4
5
enderman
Copy
"minecraft:navigation.walk": {
"can_path_over_water": false,
"avoid_water": true
}
1
2
3
4
2
3
4
endermite
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true
}
1
2
3
2
3
evocation_illager
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true,
"can_pass_doors": true,
"can_open_doors": true,
"avoid_water": true
}
1
2
3
4
5
6
2
3
4
5
6
fox
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true,
"avoid_water": true,
"avoid_damage_blocks": true
}
1
2
3
4
5
2
3
4
5
glow_squid
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true,
"can_sink": false
}
1
2
3
4
2
3
4
goat
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true,
"avoid_water": true,
"avoid_damage_blocks": true,
"blocks_to_avoid": [
{
"name": "minecraft:powder_snow"
}
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
hoglin
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true,
"avoid_water": true,
"avoid_damage_blocks": true
}
1
2
3
4
5
2
3
4
5
horse
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true,
"avoid_water": true,
"avoid_damage_blocks": true
}
1
2
3
4
5
2
3
4
5
husk
Copy
"minecraft:navigation.walk": {
"is_amphibious": true,
"can_pass_doors": true,
"can_break_doors": true,
"avoid_portals": false
}
1
2
3
4
5
6
2
3
4
5
6
iron_golem
Copy
"minecraft:navigation.walk": {
"can_path_over_water": false,
"avoid_water": true,
"avoid_damage_blocks": true
}
1
2
3
4
5
2
3
4
5
llama
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true,
"avoid_damage_blocks": true
}
1
2
3
4
2
3
4
magma_cube
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true,
"avoid_water": true
}
1
2
3
4
2
3
4
mooshroom
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true,
"avoid_water": true,
"avoid_damage_blocks": true
}
1
2
3
4
5
2
3
4
5
mule
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true,
"avoid_water": true,
"avoid_damage_blocks": true
}
1
2
3
4
5
2
3
4
5
ocelot
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true,
"avoid_water": true,
"avoid_damage_blocks": true
}
1
2
3
4
5
2
3
4
5
panda
Copy
"minecraft:navigation.walk": {
"can_float": true,
"avoid_water": true,
"avoid_damage_blocks": true
}
1
2
3
4
5
2
3
4
5
pig
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true,
"avoid_water": true,
"avoid_damage_blocks": true
}
1
2
3
4
5
2
3
4
5
piglin
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true,
"can_open_doors": true
}
1
2
3
4
2
3
4
piglin_brute
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true,
"can_open_doors": true
}
1
2
3
4
2
3
4
pillager
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true
}
1
2
3
2
3
polar_bear
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true,
"avoid_damage_blocks": true
}
1
2
3
4
2
3
4
rabbit
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true,
"avoid_water": true
}
1
2
3
4
2
3
4
ravager
Copy
"minecraft:navigation.walk": {
"avoid_damage_blocks": true,
"can_path_over_water": true,
"can_sink": false
}
1
2
3
4
5
2
3
4
5
sheep
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true,
"avoid_water": true
}
1
2
3
4
2
3
4
shulker
Copy
"minecraft:navigation.walk": {}
1
silverfish
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true
}
1
2
3
2
3
skeleton
Copy
"minecraft:navigation.walk": {
"is_amphibious": true,
"avoid_sun": true,
"avoid_water": true
}
1
2
3
4
5
2
3
4
5
skeleton_horse
Copy
"minecraft:navigation.walk": {
"is_amphibious": true,
"avoid_water": true
}
1
2
3
4
2
3
4
slime
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true,
"avoid_water": true
}
1
2
3
4
2
3
4
snow_golem
Copy
"minecraft:navigation.walk": {
"avoid_water": true
}
1
2
3
2
3
squid
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true,
"can_sink": false
}
1
2
3
4
2
3
4
stray
Copy
"minecraft:navigation.walk": {
"is_amphibious": true,
"avoid_sun": true,
"avoid_water": true
}
1
2
3
4
5
2
3
4
5
strider
Copy
"minecraft:navigation.walk": {
"can_path_over_lava": true,
"avoid_water": true,
"can_sink": false,
"can_walk_in_lava": true
}
1
2
3
4
5
6
2
3
4
5
6
vex
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true
}
1
2
3
2
3
villager
Copy
"minecraft:navigation.walk": {
"is_amphibious": true,
"can_path_over_water": true,
"can_pass_doors": true,
"can_open_doors": true,
"can_walk": true,
"avoid_water": true
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
villager_v2
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true,
"can_pass_doors": true,
"can_open_doors": true,
"avoid_water": true
}
1
2
3
4
5
6
2
3
4
5
6
vindicator
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true
}
1
2
3
2
3
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true,
"can_pass_doors": true,
"can_break_doors": true
}
1
2
3
4
5
2
3
4
5
wandering_trader
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true,
"can_pass_doors": true,
"can_open_doors": true,
"avoid_water": true
}
1
2
3
4
5
6
2
3
4
5
6
witch
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true,
"avoid_water": false
}
1
2
3
4
2
3
4
wither
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true,
"avoid_water": true
}
1
2
3
4
2
3
4
wither_skeleton
Copy
"minecraft:navigation.walk": {
"is_amphibious": true,
"avoid_sun": true,
"avoid_water": true
}
1
2
3
4
5
2
3
4
5
wolf
Copy
"minecraft:navigation.walk": {
"can_path_over_water": true,
"avoid_damage_blocks": true
}
1
2
3
4
2
3
4
zoglin
Copy
"minecraft:navigation.walk": {
"is_amphibious": true,
"can_path_over_water": false,
"avoid_water": true,
"avoid_damage_blocks": true
}
1
2
3
4
5
6
2
3
4
5
6
zombie
Copy
"minecraft:navigation.walk": {
"is_amphibious": true,
"can_pass_doors": true,
"can_walk": true,
"can_break_doors": true
}
1
2
3
4
5
6
2
3
4
5
6
zombie_horse
Copy
"minecraft:navigation.walk": {
"is_amphibious": true,
"avoid_water": true
}
1
2
3
4
2
3
4
zombie_pigman
Copy
"minecraft:navigation.walk": {
"is_amphibious": true,
"can_pass_doors": true,
"can_open_doors": true,
"avoid_water": true,
"avoid_portals": true
}
1
2
3
4
5
6
7
2
3
4
5
6
7
zombie_villager
Copy
"minecraft:navigation.walk": {
"is_amphibious": true,
"can_pass_doors": true,
"can_break_doors": true,
"avoid_sun": false
}
1
2
3
4
5
6
2
3
4
5
6
Copy
"minecraft:navigation.walk": {
"is_amphibious": true,
"can_pass_doors": true,
"can_open_doors": true,
"avoid_water": true,
"avoid_sun": true
}
1
2
3
4
5
6
7
2
3
4
5
6
7
zombie_villager_v2
Copy
"minecraft:navigation.walk": {
"is_amphibious": true,
"can_pass_doors": true,
"can_break_doors": true,
"avoid_sun": false
}
1
2
3
4
5
6
2
3
4
5
6
Copy
"minecraft:navigation.walk": {
"is_amphibious": true,
"can_pass_doors": true,
"can_open_doors": true,
"avoid_water": true,
"avoid_sun": true
}
1
2
3
4
5
6
7
2
3
4
5
6
7
minecraft:npc
npc
Copy
"minecraft:npc": {
"npc_data": {
"portrait_offsets": {
"translate": [
-7,
50,
0
],
"scale": [
1.75,
1.75,
1.75
]
},
"picker_offsets": {
"translate": [
0,
20,
0
],
"scale": [
1.7,
1.7,
1.7
]
},
"skin_list": [
{
"variant": 0
},
{
"variant": 1
},
{
"variant": 2
},
{
"variant": 3
},
{
"variant": 4
},
{
"variant": 5
},
{
"variant": 6
},
{
"variant": 7
},
{
"variant": 8
},
{
"variant": 9
},
{
"variant": 10
},
{
"variant": 11
},
{
"variant": 12
},
{
"variant": 13
},
{
"variant": 14
},
{
"variant": 15
},
{
"variant": 16
},
{
"variant": 17
},
{
"variant": 18
},
{
"variant": 19
}
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
minecraft:on_death
ender_dragon
Copy
"minecraft:on_death": {
"event": "minecraft:start_death",
"target": "self"
}
1
2
3
4
2
3
4
minecraft:on_friendly_anger
llama
Copy
"minecraft:on_friendly_anger": {
"event": "minecraft:defend_wandering_trader",
"target": "self"
}
1
2
3
4
2
3
4
panda
Copy
"minecraft:on_friendly_anger": {
"event": "minecraft:on_anger",
"target": "self"
}
1
2
3
4
2
3
4
polar_bear
Copy
"minecraft:on_friendly_anger": {
"event": "minecraft:on_anger",
"target": "self"
}
1
2
3
4
2
3
4
minecraft:on_hurt
blaze
Copy
"minecraft:on_hurt": {
"event": "minecraft:on_hurt_event",
"target": "self"
}
1
2
3
4
2
3
4
ender_crystal
Copy
"minecraft:on_hurt": {
"event": "minecraft:crystal_explode",
"target": "self"
}
1
2
3
4
2
3
4
pillager
Copy
"minecraft:on_hurt": {
"event": "minecraft:ranged_mode",
"target": "self"
}
1
2
3
4
2
3
4
minecraft:on_hurt_by_player
blaze
Copy
"minecraft:on_hurt_by_player": {
"event": "minecraft:on_hurt_event",
"target": "self"
}
1
2
3
4
2
3
4
pillager
Copy
"minecraft:on_hurt_by_player": {
"event": "minecraft:ranged_mode",
"target": "self"
}
1
2
3
4
2
3
4
minecraft:on_start_landing
ender_dragon
Copy
"minecraft:on_start_landing": {
"event": "minecraft:start_land",
"target": "self"
}
1
2
3
4
2
3
4
minecraft:on_start_takeoff
Copy
"minecraft:on_start_takeoff": {
"event": "minecraft:start_fly",
"target": "self"
}
1
2
3
4
2
3
4
minecraft:on_target_acquired
bee
Copy
"minecraft:on_target_acquired": {
"event": "attacked",
"target": "self"
}
1
2
3
4
2
3
4
cave_spider
Copy
"minecraft:on_target_acquired": {
"event": "minecraft:become_angry"
}
1
2
3
2
3
dolphin
Copy
"minecraft:on_target_acquired": {
"event": "become_angry",
"target": "self"
}
1
2
3
4
2
3
4
Copy
"minecraft:on_target_acquired": {}
1
drowned
Copy
"minecraft:on_target_acquired": {
"event": "minecraft:has_target",
"target": "self"
}
1
2
3
4
2
3
4
enderman
Copy
"minecraft:on_target_acquired": {
"event": "minecraft:become_angry",
"target": "self"
}
1
2
3
4
2
3
4
hoglin
Copy
"minecraft:on_target_acquired": {
"event": "become_angry_event",
"target": "self"
}
1
2
3
4
2
3
4
llama
Copy
"minecraft:on_target_acquired": {
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "target",
"value": "wolf"
},
{
"test": "has_component",
"subject": "target",
"operator": "!=",
"value": "minecraft:is_tamed"
}
]
},
"event": "minecraft:mad_at_wolf",
"target": "self"
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
magma_cube
Copy
"minecraft:on_target_acquired": {
"event": "minecraft:become_aggressive",
"target": "self"
}
1
2
3
4
2
3
4
panda
Copy
"minecraft:on_target_acquired": {
"event": "minecraft:on_scared",
"target": "self"
}
1
2
3
4
2
3
4
Copy
"minecraft:on_target_acquired": {
"event": "minecraft:become_angry",
"target": "self"
}
1
2
3
4
2
3
4
Copy
"minecraft:on_target_acquired": {}
1
piglin
Copy
"minecraft:on_target_acquired": {
"event": "become_angry_event",
"target": "self"
}
1
2
3
4
2
3
4
piglin_brute
Copy
"minecraft:on_target_acquired": {
"event": "become_angry_event",
"target": "self"
}
1
2
3
4
2
3
4
polar_bear
Copy
"minecraft:on_target_acquired": {
"event": "minecraft:on_scared",
"target": "self"
}
1
2
3
4
2
3
4
Copy
"minecraft:on_target_acquired": {
"event": "minecraft:on_anger",
"target": "self"
}
1
2
3
4
2
3
4
silverfish
Copy
"minecraft:on_target_acquired": {
"event": "minecraft:become_angry",
"target": "self"
}
1
2
3
4
2
3
4
slime
Copy
"minecraft:on_target_acquired": {
"event": "minecraft:become_aggressive",
"target": "self"
}
1
2
3
4
2
3
4
spider
Copy
"minecraft:on_target_acquired": {
"event": "minecraft:become_angry"
}
1
2
3
2
3
vindicator
Copy
"minecraft:on_target_acquired": {
"event": "minecraft:become_aggro",
"target": "self"
}
1
2
3
4
2
3
4
wolf
Copy
"minecraft:on_target_acquired": {}
1
Copy
"minecraft:on_target_acquired": {
"event": "minecraft:become_angry",
"target": "self"
}
1
2
3
4
2
3
4
zombie_pigman
Copy
"minecraft:on_target_acquired": {
"event": "minecraft:become_angry",
"target": "self"
}
1
2
3
4
2
3
4
minecraft:on_target_escape
creeper
Copy
"minecraft:on_target_escape": {
"event": "minecraft:stop_exploding",
"target": "self"
}
1
2
3
4
2
3
4
Copy
"minecraft:on_target_escape": {}
1
dolphin
Copy
"minecraft:on_target_escape": {
"target": "self"
}
1
2
3
2
3
drowned
Copy
"minecraft:on_target_escape": {
"event": "minecraft:lost_target",
"target": "self"
}
1
2
3
4
2
3
4
llama
Copy
"minecraft:on_target_escape": {
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "target",
"value": "wolf"
},
{
"test": "has_component",
"subject": "target",
"operator": "!=",
"value": "minecraft:is_tamed"
}
]
},
"event": "minecraft:on_calm",
"target": "self"
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
magma_cube
Copy
"minecraft:on_target_escape": {
"event": "minecraft:become_calm",
"target": "self"
}
1
2
3
4
2
3
4
panda
Copy
"minecraft:on_target_escape": {
"event": "minecraft:on_calm",
"target": "self"
}
1
2
3
4
2
3
4
pillager
Copy
"minecraft:on_target_escape": {
"event": "minecraft:calm",
"target": "self"
}
1
2
3
4
2
3
4
slime
Copy
"minecraft:on_target_escape": {
"event": "minecraft:become_calm",
"target": "self"
}
1
2
3
4
2
3
4
vindicator
Copy
"minecraft:on_target_escape": {
"event": "minecraft:stop_aggro",
"target": "self"
}
1
2
3
4
2
3
4
minecraft:on_wake_with_owner
cat
Copy
"minecraft:on_wake_with_owner": {
"event": "minecraft:pet_slept_with_owner",
"target": "self"
}
1
2
3
4
2
3
4
minecraft:out_of_control
boat
Copy
"minecraft:out_of_control": {}
1
minecraft:peek
shulker
Copy
"minecraft:peek": {
"on_open": {
"event": "minecraft:on_open"
},
"on_close": {
"event": "minecraft:on_close"
},
"on_target_open": {
"event": "minecraft:on_open"
}
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
minecraft:persistent
armor_stand
Copy
"minecraft:persistent": {}
1
ender_dragon
Copy
"minecraft:persistent": {}
1
evocation_illager
Copy
"minecraft:persistent": {}
1
iron_golem
Copy
"minecraft:persistent": {}
1
llama
Copy
"minecraft:persistent": {}
1
npc
Copy
"minecraft:persistent": {}
1
snow_golem
Copy
"minecraft:persistent": {}
1
villager
Copy
"minecraft:persistent": {}
1
villager_v2
Copy
"minecraft:persistent": {}
1
wither
Copy
"minecraft:persistent": {}
1
minecraft:physics
area_effect_cloud
Copy
"minecraft:physics": {
"has_collision": false
}
1
2
3
2
3
armor_stand
Copy
"minecraft:physics": {}
1
arrow
Copy
"minecraft:physics": {}
1
axolotl
Copy
"minecraft:physics": {}
1
bat
Copy
"minecraft:physics": {}
1
bee
Copy
"minecraft:physics": {}
1
blaze
Copy
"minecraft:physics": {}
1
boat
Copy
"minecraft:physics": {}
1
cat
Copy
"minecraft:physics": {}
1
cave_spider
Copy
"minecraft:physics": {}
1
chest_minecart
Copy
"minecraft:physics": {}
1
chicken
Copy
"minecraft:physics": {}
1
command_block_minecart
Copy
"minecraft:physics": {}
1
cow
Copy
"minecraft:physics": {}
1
creeper
Copy
"minecraft:physics": {}
1
dolphin
Copy
"minecraft:physics": {}
1
donkey
Copy
"minecraft:physics": {}
1
drowned
Copy
"minecraft:physics": {}
1
egg
Copy
"minecraft:physics": {}
1
elder_guardian
Copy
"minecraft:physics": {}
1
enderman
Copy
"minecraft:physics": {}
1
endermite
Copy
"minecraft:physics": {}
1
ender_crystal
Copy
"minecraft:physics": {}
1
ender_dragon
Copy
"minecraft:physics": {
"has_gravity": false,
"has_collision": false
}
1
2
3
4
2
3
4
ender_pearl
Copy
"minecraft:physics": {}
1
evocation_illager
Copy
"minecraft:physics": {}
1
eye_of_ender_signal
Copy
"minecraft:physics": {}
1
fireball
Copy
"minecraft:physics": {}
1
fireworks_rocket
Copy
"minecraft:physics": {}
1
fish
Copy
"minecraft:physics": {
"has_gravity": false
}
1
2
3
2
3
fishing_hook
Copy
"minecraft:physics": {}
1
fox
Copy
"minecraft:physics": {}
1
ghast
Copy
"minecraft:physics": {}
1
glow_squid
Copy
"minecraft:physics": {}
1
goat
Copy
"minecraft:physics": {}
1
guardian
Copy
"minecraft:physics": {}
1
hoglin
Copy
"minecraft:physics": {}
1
hopper_minecart
Copy
"minecraft:physics": {}
1
horse
Copy
"minecraft:physics": {}
1
husk
Copy
"minecraft:physics": {}
1
iron_golem
Copy
"minecraft:physics": {}
1
lingering_potion
Copy
"minecraft:physics": {}
1
llama
Copy
"minecraft:physics": {}
1
llama_spit
Copy
"minecraft:physics": {}
1
magma_cube
Copy
"minecraft:physics": {}
1
minecart
Copy
"minecraft:physics": {}
1
mooshroom
Copy
"minecraft:physics": {}
1
mule
Copy
"minecraft:physics": {}
1
npc
Copy
"minecraft:physics": {}
1
ocelot
Copy
"minecraft:physics": {}
1
panda
Copy
"minecraft:physics": {}
1
parrot
Copy
"minecraft:physics": {}
1
phantom
Copy
"minecraft:physics": {
"has_gravity": false
}
1
2
3
2
3
pig
Copy
"minecraft:physics": {}
1
piglin
Copy
"minecraft:physics": {}
1
piglin_brute
Copy
"minecraft:physics": {}
1
pillager
Copy
"minecraft:physics": {}
1
player
Copy
"minecraft:physics": {}
1
polar_bear
Copy
"minecraft:physics": {}
1
pufferfish
Copy
"minecraft:physics": {
"has_gravity": false
}
1
2
3
2
3
rabbit
Copy
"minecraft:physics": {}
1
ravager
Copy
"minecraft:physics": {}
1
salmon
Copy
"minecraft:physics": {
"has_gravity": false
}
1
2
3
2
3
sheep
Copy
"minecraft:physics": {}
1
shulker
Copy
"minecraft:physics": {}
1
shulker_bullet
Copy
"minecraft:physics": {
"has_collision": false
}
1
2
3
2
3
silverfish
Copy
"minecraft:physics": {}
1
skeleton
Copy
"minecraft:physics": {}
1
skeleton_horse
Copy
"minecraft:physics": {}
1
slime
Copy
"minecraft:physics": {}
1
small_fireball
Copy
"minecraft:physics": {}
1
snowball
Copy
"minecraft:physics": {}
1
snow_golem
Copy
"minecraft:physics": {}
1
spider
Copy
"minecraft:physics": {}
1
splash_potion
Copy
"minecraft:physics": {}
1
squid
Copy
"minecraft:physics": {}
1
stray
Copy
"minecraft:physics": {}
1
strider
Copy
"minecraft:physics": {}
1
thrown_trident
Copy
"minecraft:physics": {}
1
tnt
Copy
"minecraft:physics": {}
1
tnt_minecart
Copy
"minecraft:physics": {}
1
tripod_camera
Copy
"minecraft:physics": {}
1
tropicalfish
Copy
"minecraft:physics": {
"has_gravity": false
}
1
2
3
2
3
turtle
Copy
"minecraft:physics": {}
1
vex
Copy
"minecraft:physics": {
"has_gravity": false,
"has_collision": false
}
1
2
3
4
2
3
4
villager
Copy
"minecraft:physics": {}
1
villager_v2
Copy
"minecraft:physics": {}
1
vindicator
Copy
"minecraft:physics": {}
1
wandering_trader
Copy
"minecraft:physics": {}
1
witch
Copy
"minecraft:physics": {}
1
wither
Copy
"minecraft:physics": {}
1
wither_skeleton
Copy
"minecraft:physics": {}
1
wither_skull
Copy
"minecraft:physics": {}
1
wither_skull_dangerous
Copy
"minecraft:physics": {}
1
wolf
Copy
"minecraft:physics": {}
1
xp_bottle
Copy
"minecraft:physics": {}
1
xp_orb
Copy
"minecraft:physics": {}
1
zoglin
Copy
"minecraft:physics": {}
1
zombie
Copy
"minecraft:physics": {}
1
zombie_horse
Copy
"minecraft:physics": {}
1
zombie_pigman
Copy
"minecraft:physics": {}
1
zombie_villager
Copy
"minecraft:physics": {}
1
zombie_villager_v2
Copy
"minecraft:physics": {}
1
minecraft:player.exhaustion
player
Copy
"minecraft:player.exhaustion": {
"value": 0,
"max": 4
}
1
2
3
4
2
3
4
minecraft:player.experience
Copy
"minecraft:player.experience": {
"value": 0,
"max": 1
}
1
2
3
4
2
3
4
minecraft:player.level
Copy
"minecraft:player.level": {
"value": 0,
"max": 24791
}
1
2
3
4
2
3
4
minecraft:player.saturation
Copy
"minecraft:player.saturation": {
"value": 20
}
1
2
3
2
3
minecraft:preferred_path
iron_golem
Copy
"minecraft:preferred_path": {
"max_fall_blocks": 1,
"jump_cost": 5,
"default_block_cost": 1.5,
"preferred_path_blocks": [
{
"cost": 0,
"blocks": [
"grass_path"
]
},
{
"cost": 1,
"blocks": [
"cobblestone",
"stone",
"stonebrick",
"sandstone",
"mossy_cobblestone",
"stone_slab",
"stone_slab2",
"stone_slab3",
"stone_slab4",
"double_stone_slab",
"double_stone_slab2",
"double_stone_slab3",
"double_stone_slab4",
"wooden_slab",
"double_wooden_slab",
"planks",
"brick_block",
"nether_brick",
"red_nether_brick",
"end_bricks",
"red_sandstone",
"stained_glass",
"glass",
"glowstone",
"prismarine",
"emerald_block",
"diamond_block",
"lapis_block",
"gold_block",
"redstone_block",
"purple_glazed_terracotta",
"white_glazed_terracotta",
"orange_glazed_terracotta",
"magenta_glazed_terracotta",
"light_blue_glazed_terracotta",
"yellow_glazed_terracotta",
"lime_glazed_terracotta",
"pink_glazed_terracotta",
"gray_glazed_terracotta",
"silver_glazed_terracotta",
"cyan_glazed_terracotta",
"blue_glazed_terracotta",
"brown_glazed_terracotta",
"green_glazed_terracotta",
"red_glazed_terracotta",
"black_glazed_terracotta"
]
},
{
"cost": 50,
"blocks": [
"bed",
"lectern",
"composter",
"grindstone",
"blast_furnace",
"smoker",
"fletching_table",
"cartography_table",
"brewing_stand",
"smithing_table",
"cauldron",
"barrel",
"loom",
"stonecutter"
]
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
villager_v2
Copy
"minecraft:preferred_path": {
"max_fall_blocks": 1,
"jump_cost": 5,
"default_block_cost": 1.5,
"preferred_path_blocks": [
{
"cost": 0,
"blocks": [
"grass_path"
]
},
{
"cost": 1,
"blocks": [
"cobblestone",
"stone",
"stonebrick",
"sandstone",
"mossy_cobblestone",
"stone_slab",
"stone_slab2",
"stone_slab3",
"stone_slab4",
"double_stone_slab",
"double_stone_slab2",
"double_stone_slab3",
"double_stone_slab4",
"wooden_slab",
"double_wooden_slab",
"planks",
"brick_block",
"nether_brick",
"red_nether_brick",
"end_bricks",
"red_sandstone",
"stained_glass",
"glass",
"glowstone",
"prismarine",
"emerald_block",
"diamond_block",
"lapis_block",
"gold_block",
"redstone_block",
"purple_glazed_terracotta",
"white_glazed_terracotta",
"orange_glazed_terracotta",
"magenta_glazed_terracotta",
"light_blue_glazed_terracotta",
"yellow_glazed_terracotta",
"lime_glazed_terracotta",
"pink_glazed_terracotta",
"gray_glazed_terracotta",
"silver_glazed_terracotta",
"cyan_glazed_terracotta",
"blue_glazed_terracotta",
"brown_glazed_terracotta",
"green_glazed_terracotta",
"red_glazed_terracotta",
"black_glazed_terracotta"
]
},
{
"cost": 50,
"blocks": [
"bed",
"lectern",
"composter",
"grindstone",
"blast_furnace",
"smoker",
"fletching_table",
"cartography_table",
"brewing_stand",
"smithing_table",
"cauldron",
"barrel",
"loom",
"stonecutter"
]
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Copy
"minecraft:preferred_path": {
"max_fall_blocks": 1,
"jump_cost": 20,
"default_block_cost": 3,
"preferred_path_blocks": [
{
"cost": 0,
"blocks": [
"grass_path"
]
},
{
"cost": 1,
"blocks": [
"cobblestone",
"stone",
"stonebrick",
"sandstone",
"mossy_cobblestone",
"stone_slab",
"stone_slab2",
"stone_slab3",
"stone_slab4",
"double_stone_slab",
"double_stone_slab2",
"double_stone_slab3",
"double_stone_slab4",
"wooden_slab",
"double_wooden_slab",
"planks",
"brick_block",
"nether_brick",
"red_nether_brick",
"end_bricks",
"red_sandstone",
"stained_glass",
"glass",
"glowstone",
"prismarine",
"emerald_block",
"diamond_block",
"lapis_block",
"gold_block",
"redstone_block",
"purple_glazed_terracotta",
"white_glazed_terracotta",
"orange_glazed_terracotta",
"magenta_glazed_terracotta",
"light_blue_glazed_terracotta",
"yellow_glazed_terracotta",
"lime_glazed_terracotta",
"pink_glazed_terracotta",
"gray_glazed_terracotta",
"silver_glazed_terracotta",
"cyan_glazed_terracotta",
"blue_glazed_terracotta",
"brown_glazed_terracotta",
"green_glazed_terracotta",
"red_glazed_terracotta",
"black_glazed_terracotta"
]
},
{
"cost": 50,
"blocks": [
"bed",
"lectern",
"composter",
"grindstone",
"blast_furnace",
"smoker",
"fletching_table",
"cartography_table",
"brewing_stand",
"smithing_table",
"cauldron",
"barrel",
"loom",
"stonecutter"
]
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
minecraft:projectile
arrow
Copy
"minecraft:projectile": {
"on_hit": {
"impact_damage": {
"damage": [
1,
4
],
"knockback": true,
"semi_random_diff_damage": false,
"destroy_on_hit": true
},
"stick_in_ground": {
"shake_time": 0.35
},
"arrow_effect": {}
},
"hit_sound": "bow.hit",
"power": 1.6,
"gravity": 0.05,
"uncertainty_base": 16,
"uncertainty_multiplier": 4,
"anchor": 1,
"should_bounce": true,
"offset": [
0,
-0.1,
0
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Copy
"minecraft:projectile": {
"on_hit": {
"impact_damage": {
"damage": [
1,
5
],
"knockback": true,
"semi_random_diff_damage": false,
"destroy_on_hit": true
},
"stick_in_ground": {
"shake_time": 0.35
},
"arrow_effect": {}
},
"hit_sound": "bow.hit",
"power": 1.6,
"gravity": 0.05,
"uncertainty_base": 16,
"uncertainty_multiplier": 4,
"anchor": 1,
"should_bounce": true,
"offset": [
0,
-0.1,
0
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Copy
"minecraft:projectile": {
"on_hit": {
"impact_damage": {
"damage": 1,
"knockback": true,
"semi_random_diff_damage": true,
"destroy_on_hit": true,
"max_critical_damage": 10,
"min_critical_damage": 9,
"power_multiplier": 0.97
},
"stick_in_ground": {
"shake_time": 0.35
},
"arrow_effect": {}
},
"hit_sound": "bow.hit",
"power": 5.0,
"gravity": 0.05,
"uncertainty_base": 1,
"uncertainty_multiplier": 0,
"anchor": 1,
"should_bounce": true,
"offset": [
0,
-0.1,
0
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Copy
"minecraft:projectile": {
"on_hit": {
"impact_damage": {
"damage": [
3,
6
],
"knockback": true,
"semi_random_diff_damage": false,
"destroy_on_hit": true
},
"stick_in_ground": {
"shake_time": 0.35
},
"arrow_effect": {}
},
"hit_sound": "bow.hit",
"power": 1.6,
"gravity": 0.05,
"uncertainty_base": 16,
"uncertainty_multiplier": 4,
"anchor": 1,
"should_bounce": true,
"offset": [
0,
-0.1,
0
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
dragon_fireball
Copy
"minecraft:projectile": {
"on_hit": {
"spawn_aoe_cloud": {
"radius": 6.0,
"radius_on_use": 0,
"potion": 23,
"particle": "dragonbreath",
"duration": 120,
"color": [
220,
0,
239
],
"affect_owner": false,
"reapplication_delay": 20
},
"remove_on_hit": {}
},
"power": 1.3,
"gravity": 0.0,
"inertia": 1,
"anchor": 2,
"offset": [
0,
0.5,
0
],
"semi_random_diff_damage": true,
"uncertainty_base": 10.0,
"reflect_on_hurt": true,
"hit_sound": "explode"
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
egg
Copy
"minecraft:projectile": {
"on_hit": {
"impact_damage": {
"damage": 0,
"knockback": true,
"destroy_on_hit": true
},
"spawn_chance": {
"first_spawn_chance": 8,
"second_spawn_chance": 32,
"first_spawn_count": 1,
"second_spawn_count": 4,
"spawn_definition": "minecraft:chicken",
"spawn_baby": true
},
"remove_on_hit": {},
"particle_on_hit": {
"particle_type": "iconcrack",
"num_particles": 6,
"on_entity_hit": true,
"on_other_hit": true
}
},
"power": 1.5,
"gravity": 0.03,
"angle_offset": 0.0
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
ender_pearl
Copy
"minecraft:projectile": {
"on_hit": {
"teleport_owner": {},
"spawn_chance": {
"first_spawn_percent_chance": 5.0,
"first_spawn_count": 1,
"spawn_definition": "minecraft:endermite"
},
"remove_on_hit": {}
},
"power": 1.5,
"gravity": 0.025,
"angle_offset": 0.0,
"inertia": 1,
"liquid_inertia": 1
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Copy
"minecraft:projectile": {
"on_hit": {
"teleport_owner": {},
"remove_on_hit": {}
},
"power": 1.5,
"gravity": 0.025,
"angle_offset": 0.0,
"inertia": 1,
"liquid_inertia": 1
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
fireball
Copy
"minecraft:projectile": {
"on_hit": {
"definition_event": {
"affect_projectile": true,
"event_trigger": {
"event": "minecraft:explode",
"target": "self"
}
}
},
"power": 1.6,
"gravity": 0.0,
"inertia": 1,
"liquid_inertia": 1,
"uncertainty_base": 0,
"uncertainty_multiplier": 0,
"anchor": 1,
"offset": [
0,
-0.1,
0
],
"reflect_on_hurt": true,
"catch_fire": true
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
fishing_hook
Copy
"minecraft:projectile": {
"on_hit": {
"stick_in_ground": {}
}
}
1
2
3
4
5
2
3
4
5
lingering_potion
Copy
"minecraft:projectile": {
"on_hit": {
"douse_fire": {},
"spawn_aoe_cloud": {
"radius": 3.0,
"radius_on_use": -0.5,
"duration": 30,
"reapplication_delay": 40
},
"remove_on_hit": {}
},
"power": 0.5,
"gravity": 0.05,
"angle_offset": -20.0,
"hit_sound": "glass"
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
llama_spit
Copy
"minecraft:projectile": {
"on_hit": {
"impact_damage": {
"damage": 1,
"knockback": false
},
"remove_on_hit": {}
},
"power": 1.5,
"gravity": 0.06,
"inertia": 1,
"uncertainty_base": 10,
"uncertainty_multiplier": 4,
"anchor": 1,
"offset": [
0,
-0.1,
0
],
"reflect_on_hurt": true
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
shulker_bullet
Copy
"minecraft:projectile": {
"on_hit": {
"impact_damage": {
"damage": 4,
"knockback": true,
"should_bounce": true
},
"mob_effect": {
"effect": "levitation",
"durationeasy": 200,
"durationnormal": 200,
"durationhard": 200,
"amplifier": 1
},
"remove_on_hit": {},
"particle_on_hit": {
"particle_type": "largeexplode",
"on_other_hit": true
}
},
"hit_sound": "bullet.hit",
"destroyOnHurt": true,
"crit_particle_on_hurt": true,
"power": 1.6,
"gravity": 0.05,
"uncertainty_base": 16,
"uncertainty_multiplier": 4,
"anchor": 1,
"offset": [
0,
-0.1,
0
],
"homing": true
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
small_fireball
Copy
"minecraft:projectile": {
"on_hit": {
"impact_damage": {
"damage": 5,
"knockback": false,
"catch_fire": true,
"semi_random_diff_damage": false
},
"catch_fire": {
"fire_affected_by_griefing": true
},
"remove_on_hit": {}
},
"power": 1.3,
"gravity": 0.0,
"inertia": 1,
"liquid_inertia": 1,
"anchor": 2,
"offset": [
0,
0.5,
0
],
"semi_random_diff_damage": true,
"uncertainty_base": 10.0,
"reflect_on_hurt": true
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
snowball
Copy
"minecraft:projectile": {
"on_hit": {
"impact_damage": {
"filter": "blaze",
"damage": 3,
"knockback": true
},
"remove_on_hit": {},
"particle_on_hit": {
"particle_type": "snowballpoof",
"num_particles": 6,
"on_entity_hit": true,
"on_other_hit": true
}
},
"anchor": 1,
"power": 1.5,
"gravity": 0.03,
"angle_offset": 0.0,
"offset": [
0,
-0.1,
0
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
splash_potion
Copy
"minecraft:projectile": {
"on_hit": {
"douse_fire": {},
"thrown_potion_effect": {},
"remove_on_hit": {}
},
"power": 0.5,
"gravity": 0.05,
"angle_offset": -20.0,
"hit_sound": "glass"
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
thrown_trident
Copy
"minecraft:projectile": {
"on_hit": {
"impact_damage": {
"damage": 8,
"knockback": true,
"semi_random_diff_damage": false,
"destroy_on_hit": false
},
"stick_in_ground": {
"shake_time": 0
}
},
"liquid_inertia": 0.99,
"hit_sound": "item.trident.hit",
"hit_ground_sound": "item.trident.hit_ground",
"power": 4,
"gravity": 0.1,
"uncertainty_base": 1,
"uncertainty_multiplier": 0,
"stop_on_hurt": true,
"anchor": 1,
"should_bounce": true,
"multiple_targets": false,
"offset": [
0,
-0.1,
0
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
wither_skull
Copy
"minecraft:projectile": {
"on_hit": {
"definition_event": {
"affect_projectile": true,
"event_trigger": {
"event": "minecraft:explode",
"target": "self"
}
},
"mob_effect": {
"effect": "wither",
"durationeasy": 0,
"durationnormal": 200,
"durationhard": 800,
"amplifier": 1
}
},
"power": 1.2,
"gravity": 0.0,
"uncertainty_base": 7.5,
"uncertainty_multiplier": 1,
"shoot_sound": "bow",
"hit_sound": "bow.hit",
"anchor": 1,
"offset": [
0,
-0.1,
0
],
"inertia": 1.0,
"liquid_inertia": 1.0,
"shoot_target": false
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
wither_skull_dangerous
Copy
"minecraft:projectile": {
"on_hit": {
"definition_event": {
"affect_projectile": true,
"event_trigger": {
"event": "minecraft:explode",
"target": "self"
}
},
"mob_effect": {
"effect": "wither",
"durationeasy": 0,
"durationnormal": 200,
"durationhard": 800,
"amplifier": 1
}
},
"power": 0.6,
"gravity": 0.0,
"uncertainty_base": 7.5,
"uncertainty_multiplier": 1,
"shoot_sound": "bow",
"hit_sound": "bow.hit",
"anchor": 1,
"offset": [
0,
-0.1,
0
],
"is_dangerous": true,
"inertia": 1.0,
"liquid_inertia": 1.0,
"shoot_target": false,
"reflect_on_hurt": true
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
xp_bottle
Copy
"minecraft:projectile": {
"on_hit": {
"grant_xp": {
"minXP": 3,
"maxXP": 11
},
"remove_on_hit": {}
},
"power": 0.5,
"gravity": 0.05,
"angle_offset": -20.0,
"hit_sound": "glass"
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
minecraft:pushable
armor_stand
Copy
"minecraft:pushable": {
"is_pushable": false,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
arrow
Copy
"minecraft:pushable": {
"is_pushable": false,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
axolotl
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
bee
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
blaze
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
boat
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
cat
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
cave_spider
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
chest_minecart
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
chicken
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
command_block_minecart
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
cow
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
creeper
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
dolphin
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
donkey
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
drowned
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
egg
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
elder_guardian
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
enderman
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
endermite
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
ender_crystal
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
ender_pearl
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
evocation_illager
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
eye_of_ender_signal
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
fireball
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
fireworks_rocket
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
fish
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
fishing_hook
Copy
"minecraft:pushable": {
"is_pushable": false,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
fox
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
ghast
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
glow_squid
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
goat
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
guardian
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
hoglin
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
hopper_minecart
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
horse
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
husk
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
iron_golem
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
lingering_potion
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
llama
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
llama_spit
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
magma_cube
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
minecart
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
mooshroom
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
mule
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
ocelot
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
panda
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
parrot
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
phantom
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
pig
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
piglin
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
piglin_brute
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
pillager
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
player
Copy
"minecraft:pushable": {
"is_pushable": false,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
polar_bear
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
pufferfish
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
rabbit
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
ravager
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
salmon
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
sheep
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
silverfish
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
skeleton
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
skeleton_horse
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
slime
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
small_fireball
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
snowball
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
snow_golem
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
spider
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
splash_potion
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
squid
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
stray
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
strider
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
thrown_trident
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
tnt
Copy
"minecraft:pushable": {
"is_pushable": false,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
tnt_minecart
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
tropicalfish
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
turtle
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
villager
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
villager_v2
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
vindicator
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
wandering_trader
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
witch
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
wither
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
wither_skeleton
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
wither_skull
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
wither_skull_dangerous
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
wolf
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
xp_bottle
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
xp_orb
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
zoglin
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
zombie
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
zombie_horse
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
zombie_pigman
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
zombie_villager
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
zombie_villager_v2
Copy
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
}
1
2
3
4
2
3
4
minecraft:raid_trigger
player
Copy
"minecraft:raid_trigger": {
"triggered_event": {
"event": "minecraft:remove_raid_trigger",
"target": "self"
}
}
1
2
3
4
5
6
2
3
4
5
6
minecraft:rail_movement
chest_minecart
Copy
"minecraft:rail_movement": {}
1
command_block_minecart
Copy
"minecraft:rail_movement": {}
1
hopper_minecart
Copy
"minecraft:rail_movement": {}
1
minecart
Copy
"minecraft:rail_movement": {}
1
tnt_minecart
Copy
"minecraft:rail_movement": {}
1
minecraft:rail_sensor
command_block_minecart
Copy
"minecraft:rail_sensor": {
"check_block_types": true,
"eject_on_activate": false,
"eject_on_deactivate": false,
"tick_command_block_on_activate": true,
"tick_command_block_on_deactivate": false,
"on_deactivate": {
"event": "minecraft:command_block_deactivate"
}
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:rail_sensor": {
"check_block_types": false,
"eject_on_activate": false,
"eject_on_deactivate": false,
"tick_command_block_on_activate": true,
"tick_command_block_on_deactivate": false,
"on_activate": {
"event": "minecraft:command_block_activate"
}
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
hopper_minecart
Copy
"minecraft:rail_sensor": {
"on_activate": {
"event": "minecraft:hopper_deactivate"
}
}
1
2
3
4
5
2
3
4
5
Copy
"minecraft:rail_sensor": {
"on_deactivate": {
"event": "minecraft:hopper_activate"
}
}
1
2
3
4
5
2
3
4
5
minecart
Copy
"minecraft:rail_sensor": {
"eject_on_activate": true
}
1
2
3
2
3
tnt_minecart
Copy
"minecraft:rail_sensor": {}
1
Copy
"minecraft:rail_sensor": {
"on_activate": {
"filters": {
"all_of": [
{
"test": "is_game_rule",
"domain": "tntexplodes",
"operator": "==",
"value": true
}
]
},
"event": "minecraft:on_prime"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
minecraft:ravager_blocked
ravager
Copy
"minecraft:ravager_blocked": {
"knockback_strength": 3.0,
"reaction_choices": [
{
"weight": 1,
"value": {
"event": "minecraft:become_stunned",
"target": "self"
}
},
{
"weight": 1
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
minecraft:rideable
boat
Copy
"minecraft:rideable": {
"seat_count": 2,
"interact_text": "action.interact.ride.boat",
"pull_in_entities": true,
"seats": [
{
"position": [
0.0,
-0.2,
0.0
],
"min_rider_count": 0,
"max_rider_count": 1,
"rotate_rider_by": -90,
"lock_rider_rotation": 90
},
{
"position": [
0.2,
-0.2,
0.0
],
"min_rider_count": 2,
"max_rider_count": 2,
"rotate_rider_by": "query.has_any_family('blaze', 'creeper', 'enderman', 'illager', 'magmacube', 'piglin', 'player', 'skeleton', 'slime', 'villager', 'wandering_trader', 'witch', 'zombie', 'zombie_pigman') ? -90 : 0",
"lock_rider_rotation": 90
},
{
"position": [
-0.6,
-0.2,
0.0
],
"min_rider_count": 2,
"max_rider_count": 2,
"rotate_rider_by": "query.has_any_family('blaze', 'creeper', 'enderman', 'illager', 'magmacube', 'piglin', 'player', 'skeleton', 'slime', 'villager', 'wandering_trader', 'witch', 'zombie', 'zombie_pigman') ? -90 : 0",
"lock_rider_rotation": 90
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
cat
Copy
"minecraft:rideable": {
"seat_count": 1,
"family_types": [
"zombie"
],
"seats": {
"position": [
0.0,
0.35,
0.0
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
cave_spider
Copy
"minecraft:rideable": {
"seat_count": 1,
"family_types": [
"zombie"
],
"seats": {
"position": [
0.0,
0.3,
0.0
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
Copy
"minecraft:rideable": {
"seat_count": 1,
"family_types": [
"skeleton"
],
"seats": {
"position": [
0.0,
0.3,
-0.1
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
Copy
"minecraft:rideable": {
"seat_count": 1,
"family_types": [
"skeleton"
],
"seats": {
"position": [
0.0,
0.25,
-0.1
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
chicken
Copy
"minecraft:rideable": {
"seat_count": 1,
"family_types": [
"zombie"
],
"seats": {
"position": [
0.0,
0.4,
0.0
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
cow
Copy
"minecraft:rideable": {
"seat_count": 1,
"family_types": [
"zombie"
],
"seats": {
"position": [
0.0,
1.105,
0.0
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
donkey
Copy
"minecraft:rideable": {
"seat_count": 1,
"family_types": [
"player",
"zombie"
],
"interact_text": "action.interact.mount",
"seats": {
"position": [
0.0,
0.925,
-0.2
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Copy
"minecraft:rideable": {
"seat_count": 1,
"crouching_skip_interact": true,
"family_types": [
"player"
],
"interact_text": "action.interact.ride.horse",
"seats": {
"position": [
0.0,
0.925,
-0.2
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
hoglin
Copy
"minecraft:rideable": {
"seat_count": 3,
"family_types": [
"piglin"
],
"seats": [
{
"position": [
0.0,
0.9,
-0.3
],
"lock_rider_rotation": 0
},
{
"position": [
0.0,
2.4,
-0.3
],
"lock_rider_rotation": 0
},
{
"position": [
0.0,
3.9,
-0.3
],
"lock_rider_rotation": 0
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
horse
Copy
"minecraft:rideable": {
"seat_count": 1,
"family_types": [
"player",
"zombie"
],
"interact_text": "action.interact.mount",
"seats": {
"position": [
0.0,
1.1,
-0.2
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Copy
"minecraft:rideable": {
"seat_count": 1,
"crouching_skip_interact": true,
"family_types": [
"player"
],
"interact_text": "action.interact.ride.horse",
"seats": {
"position": [
0.0,
1.1,
-0.2
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
husk
Copy
"minecraft:rideable": {
"seat_count": 1,
"family_types": [
"zombie"
],
"seats": {
"position": [
0.0,
1.1,
-0.35
],
"lock_rider_rotation": 0
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
llama
Copy
"minecraft:rideable": {
"seat_count": 1,
"family_types": [
"player"
],
"interact_text": "action.interact.mount",
"seats": {
"position": [
0.0,
1.25,
-0.3
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
Copy
"minecraft:rideable": {
"seat_count": 1,
"crouching_skip_interact": true,
"family_types": [
"player"
],
"interact_text": "action.interact.ride.horse",
"seats": {
"position": [
0.0,
1.1,
-0.2
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
minecart
Copy
"minecraft:rideable": {
"seat_count": 1,
"interact_text": "action.interact.ride.minecart",
"pull_in_entities": true,
"seats": {
"position": [
0.0,
-0.2,
0.0
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
mooshroom
Copy
"minecraft:rideable": {
"seat_count": 1,
"family_types": [
"zombie"
],
"seats": {
"position": [
0.0,
1.105,
0.0
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
mule
Copy
"minecraft:rideable": {
"seat_count": 1,
"family_types": [
"player",
"zombie"
],
"interact_text": "action.interact.mount",
"seats": {
"position": [
0.0,
0.975,
-0.2
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Copy
"minecraft:rideable": {
"seat_count": 1,
"crouching_skip_interact": true,
"family_types": [
"player"
],
"interact_text": "action.interact.ride.horse",
"seats": {
"position": [
0.0,
0.975,
-0.2
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
ocelot
Copy
"minecraft:rideable": {
"seat_count": 1,
"family_types": [
"zombie"
],
"seats": {
"position": [
0.0,
0.35,
0.0
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
panda
Copy
"minecraft:rideable": {
"seat_count": 1,
"family_types": [
"zombie"
],
"seats": {
"position": [
0.0,
1.105,
0.0
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
pig
Copy
"minecraft:rideable": {
"seat_count": 1,
"family_types": [
"zombie"
],
"seats": {
"position": [
0.0,
0.63,
0.0
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
Copy
"minecraft:rideable": {
"seat_count": 1,
"interact_text": "action.interact.mount",
"family_types": [
"player"
],
"seats": {
"position": [
0.0,
0.63,
0.0
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
player
Copy
"minecraft:rideable": {
"seat_count": 2,
"family_types": [
"parrot_tame"
],
"pull_in_entities": true,
"seats": [
{
"position": [
0.4,
-0.2,
-0.1
],
"min_rider_count": 0,
"max_rider_count": 0,
"lock_rider_rotation": 0
},
{
"position": [
-0.4,
-0.2,
-0.1
],
"min_rider_count": 1,
"max_rider_count": 2,
"lock_rider_rotation": 0
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
ravager
Copy
"minecraft:rideable": {
"seat_count": 1,
"family_types": [
"pillager",
"vindicator",
"evocation_illager"
],
"seats": {
"position": [
0.0,
2.1,
-0.3
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
sheep
Copy
"minecraft:rideable": {
"seat_count": 1,
"family_types": [
"zombie"
],
"seats": {
"position": [
0.0,
0.9,
0.0
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
Copy
"minecraft:rideable": {
"seat_count": 1,
"family_types": [
"zombie"
],
"seats": {
"position": [
0.0,
0.975,
0.0
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
skeleton_horse
Copy
"minecraft:rideable": {
"seat_count": 1,
"family_types": [
"player",
"skeleton",
"zombie"
],
"interact_text": "action.interact.ride.horse",
"seats": {
"position": [
0.0,
1.2,
-0.2
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Copy
"minecraft:rideable": {}
1
spider
Copy
"minecraft:rideable": {
"seat_count": 1,
"family_types": [
"zombie"
],
"seats": {
"position": [
0.0,
0.54,
-0.1
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
Copy
"minecraft:rideable": {
"seat_count": 1,
"family_types": [
"skeleton"
],
"seats": {
"position": [
0.0,
0.54,
0.0
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
strider
Copy
"minecraft:rideable": {
"priority": 0,
"seat_count": 1,
"crouching_skip_interact": true,
"family_types": [
"player"
],
"interact_text": "action.interact.ride.strider",
"seats": {
"position": [
0.0,
1.6,
-0.2
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Copy
"minecraft:rideable": {
"priority": 0,
"seat_count": 1,
"crouching_skip_interact": true,
"family_types": [
"player",
"zombie_pigman"
],
"interact_text": "action.interact.ride.strider",
"seats": {
"position": [
0.0,
1.65,
-0.2
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Copy
"minecraft:rideable": {
"seat_count": 1,
"family_types": [
"strider"
],
"seats": {
"position": [
0.0,
1.6,
0.0
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
wolf
Copy
"minecraft:rideable": {
"seat_count": 1,
"family_types": [
"zombie"
],
"seats": {
"position": [
0.0,
0.675,
-0.1
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
zombie
Copy
"minecraft:rideable": {
"seat_count": 1,
"family_types": [
"zombie"
],
"seats": {
"position": [
0.0,
1.1,
-0.35
],
"lock_rider_rotation": 0
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
zombie_horse
Copy
"minecraft:rideable": {
"seat_count": 1,
"family_types": [
"zombie"
],
"interact_text": "action.interact.ride.horse",
"seats": {
"position": [
0.0,
1.2,
-0.2
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
zombie_pigman
Copy
"minecraft:rideable": {
"seat_count": 1,
"family_types": [
"zombie"
],
"seats": {
"position": [
0.0,
1.1,
-0.35
],
"lock_rider_rotation": 0
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
zombie_villager
Copy
"minecraft:rideable": {
"seat_count": 1,
"family_types": [
"zombie"
],
"seats": {
"position": [
0.0,
1.1,
-0.35
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
zombie_villager_v2
Copy
"minecraft:rideable": {
"seat_count": 1,
"family_types": [
"zombie"
],
"seats": {
"position": [
0.0,
1.1,
-0.35
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
minecraft:scale
axolotl
Copy
"minecraft:scale": {
"value": 0.5
}
1
2
3
2
3
bee
Copy
"minecraft:scale": {
"value": 0.5
}
1
2
3
2
3
cat
Copy
"minecraft:scale": {
"value": 0.4
}
1
2
3
2
3
Copy
"minecraft:scale": {
"value": 0.8
}
1
2
3
2
3
chicken
Copy
"minecraft:scale": {
"value": 0.5
}
1
2
3
2
3
cow
Copy
"minecraft:scale": {
"value": 0.5
}
1
2
3
2
3
dolphin
Copy
"minecraft:scale": {
"value": 0.65
}
1
2
3
2
3
drowned
Copy
"minecraft:scale": {
"value": 0.5
}
1
2
3
2
3
fish
Copy
"minecraft:scale": {
"value": 1.0
}
1
2
3
2
3
fox
Copy
"minecraft:scale": {
"value": 0.5
}
1
2
3
2
3
glow_squid
Copy
"minecraft:scale": {
"value": 0.5
}
1
2
3
2
3
goat
Copy
"minecraft:scale": {
"value": 0.5
}
1
2
3
2
3
hoglin
Copy
"minecraft:scale": {
"value": 0.5
}
1
2
3
2
3
husk
Copy
"minecraft:scale": {
"value": 0.53125
}
1
2
3
2
3
Copy
"minecraft:scale": {
"value": 1.0625
}
1
2
3
2
3
llama
Copy
"minecraft:scale": {
"value": 0.5
}
1
2
3
2
3
mooshroom
Copy
"minecraft:scale": {
"value": 0.5
}
1
2
3
2
3
ocelot
Copy
"minecraft:scale": {
"value": 0.5
}
1
2
3
2
3
Copy
"minecraft:scale": {
"value": 1
}
1
2
3
2
3
panda
Copy
"minecraft:scale": {
"value": 1.0
}
1
2
3
2
3
Copy
"minecraft:scale": {
"value": 0.4
}
1
2
3
2
3
pig
Copy
"minecraft:scale": {
"value": 0.5
}
1
2
3
2
3
piglin
Copy
"minecraft:scale": {
"value": 0.5
}
1
2
3
2
3
polar_bear
Copy
"minecraft:scale": {
"value": 0.5
}
1
2
3
2
3
pufferfish
Copy
"minecraft:scale": {
"value": 1.2
}
1
2
3
2
3
rabbit
Copy
"minecraft:scale": {
"value": 0.4
}
1
2
3
2
3
Copy
"minecraft:scale": {
"value": 0.6
}
1
2
3
2
3
salmon
Copy
"minecraft:scale": {
"value": 0.5
}
1
2
3
2
3
Copy
"minecraft:scale": {
"value": 1
}
1
2
3
2
3
Copy
"minecraft:scale": {
"value": 1.5
}
1
2
3
2
3
sheep
Copy
"minecraft:scale": {
"value": 0.5
}
1
2
3
2
3
squid
Copy
"minecraft:scale": {
"value": 0.5
}
1
2
3
2
3
strider
Copy
"minecraft:scale": {
"value": 0.5
}
1
2
3
2
3
tropicalfish
Copy
"minecraft:scale": {
"value": 1.3
}
1
2
3
2
3
turtle
Copy
"minecraft:scale": {
"value": 0.16
}
1
2
3
2
3
villager
Copy
"minecraft:scale": {
"value": 0.5
}
1
2
3
2
3
villager_v2
Copy
"minecraft:scale": {
"value": 0.5
}
1
2
3
2
3
wither_skeleton
Copy
"minecraft:scale": {
"value": 1.2
}
1
2
3
2
3
wolf
Copy
"minecraft:scale": {
"value": 0.5
}
1
2
3
2
3
zoglin
Copy
"minecraft:scale": {
"value": 0.5
}
1
2
3
2
3
zombie
Copy
"minecraft:scale": {
"value": 0.5
}
1
2
3
2
3
zombie_pigman
Copy
"minecraft:scale": {
"value": 0.5
}
1
2
3
2
3
zombie_villager
Copy
"minecraft:scale": {
"value": 0.5
}
1
2
3
2
3
zombie_villager_v2
Copy
"minecraft:scale": {
"value": 0.5
}
1
2
3
2
3
minecraft:scale_by_age
donkey
Copy
"minecraft:scale_by_age": {
"start_scale": 0.5,
"end_scale": 1.0
}
1
2
3
4
2
3
4
horse
Copy
"minecraft:scale_by_age": {
"start_scale": 0.5,
"end_scale": 1.0
}
1
2
3
4
2
3
4
mule
Copy
"minecraft:scale_by_age": {
"start_scale": 0.5,
"end_scale": 1.0
}
1
2
3
4
2
3
4
skeleton_horse
Copy
"minecraft:scale_by_age": {
"start_scale": 0.5,
"end_scale": 1.0
}
1
2
3
4
2
3
4
zombie_horse
Copy
"minecraft:scale_by_age": {
"start_scale": 0.5,
"end_scale": 1.0
}
1
2
3
4
2
3
4
minecraft:scheduler
fox
Copy
"minecraft:scheduler": {
"min_delay_secs": 0,
"max_delay_secs": 0,
"scheduled_events": [
{
"filters": [
{
"test": "is_sleeping",
"value": true
}
],
"event": "minecraft:ambient_sleep"
},
{
"filters": {
"all_of": [
{
"test": "is_daytime",
"value": false
},
{
"test": "distance_to_nearest_player",
"operator": ">",
"value": 16
}
]
},
"event": "minecraft:ambient_night"
},
{
"filters": {
"all_of": [
{
"test": "is_sleeping",
"value": false
},
{
"any_of": [
{
"test": "is_daytime",
"value": true
},
{
"test": "distance_to_nearest_player",
"operator": "<=",
"value": 16
}
]
}
]
},
"event": "minecraft:ambient_normal"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
villager_v2
Copy
"minecraft:scheduler": {
"min_delay_secs": 0,
"max_delay_secs": 10,
"scheduled_events": [
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 0
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 8000
}
]
},
"event": "minecraft:schedule_work_pro_villager"
},
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 8000
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 10000
}
]
},
"event": "minecraft:schedule_gather_villager"
},
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 10000
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 11000
}
]
},
"event": "minecraft:schedule_work_pro_villager"
},
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 11000
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 12000
}
]
},
"event": "minecraft:schedule_home_villager"
},
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 12000
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 24000
}
]
},
"event": "minecraft:schedule_bed_villager"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Copy
"minecraft:scheduler": {
"min_delay_secs": 0,
"max_delay_secs": 10,
"scheduled_events": [
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 0
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 8000
}
]
},
"event": "minecraft:schedule_wander_villager"
},
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 8000
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 10000
}
]
},
"event": "minecraft:schedule_gather_villager"
},
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 10000
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 11000
}
]
},
"event": "minecraft:schedule_wander_villager"
},
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 11000
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 12000
}
]
},
"event": "minecraft:schedule_home_villager"
},
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 12000
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 24000
}
]
},
"event": "minecraft:schedule_bed_villager"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Copy
"minecraft:scheduler": {
"min_delay_secs": 0,
"max_delay_secs": 10,
"scheduled_events": [
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 0
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 11000
}
]
},
"event": "minecraft:schedule_play_villager"
},
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 11000
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 12000
}
]
},
"event": "minecraft:schedule_home_villager"
},
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 12000
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 24000
}
]
},
"event": "minecraft:schedule_bed_villager"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Copy
"minecraft:scheduler": {
"min_delay_secs": 0,
"max_delay_secs": 10,
"scheduled_events": [
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 2000
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 13000
}
]
},
"event": "minecraft:schedule_wander_villager"
},
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 13000
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 14000
}
]
},
"event": "minecraft:schedule_home_villager"
},
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 14000
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 24000
}
]
},
"event": "minecraft:schedule_bed_villager"
},
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 0
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 2000
}
]
},
"event": "minecraft:schedule_bed_villager"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Copy
"minecraft:scheduler": {
"min_delay_secs": 0,
"max_delay_secs": 10,
"scheduled_events": [
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 0
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 8000
}
]
},
"event": "minecraft:schedule_work_fisher"
},
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 8000
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 10000
}
]
},
"event": "minecraft:schedule_gather_villager"
},
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 10000
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 11000
}
]
},
"event": "minecraft:schedule_work_fisher"
},
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 11000
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 12000
}
]
},
"event": "minecraft:schedule_home_villager"
},
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 12000
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 24000
}
]
},
"event": "minecraft:schedule_bed_villager"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Copy
"minecraft:scheduler": {
"min_delay_secs": 0,
"max_delay_secs": 10,
"scheduled_events": [
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 0
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 8000
}
]
},
"event": "minecraft:schedule_work_librarian"
},
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 8000
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 10000
}
]
},
"event": "minecraft:schedule_gather_villager"
},
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 10000
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 11000
}
]
},
"event": "minecraft:schedule_work_librarian"
},
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 11000
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 12000
}
]
},
"event": "minecraft:schedule_home_villager"
},
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 12000
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 24000
}
]
},
"event": "minecraft:schedule_bed_villager"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Copy
"minecraft:scheduler": {
"min_delay_secs": 0,
"max_delay_secs": 10,
"scheduled_events": [
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 0
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 8000
}
]
},
"event": "minecraft:schedule_work_farmer"
},
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 8000
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 10000
}
]
},
"event": "minecraft:schedule_gather_villager"
},
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 10000
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 11000
}
]
},
"event": "minecraft:schedule_work_farmer"
},
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 11000
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 12000
}
]
},
"event": "minecraft:schedule_home_villager"
},
{
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 12000
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 24000
}
]
},
"event": "minecraft:schedule_bed_villager"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
minecraft:shareables
drowned
Copy
"minecraft:shareables": {
"items": [
{
"item": "minecraft:nautilus_shell",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:trident",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:netherite_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:diamond_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:iron_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:stone_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:golden_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:wooden_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:netherite_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:turtle_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:skull:0",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:skull:1",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:carved_pumpkin",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:netherite_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:netherite_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:netherite_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
fox
Copy
"minecraft:shareables": {
"all_items": true,
"all_items_max_amount": 1,
"items": [
{
"item": "minecraft:apple",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:appleEnchanted",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:baked_potato",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:beef",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:beetroot",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:beetroot_soup",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:bread",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:carrot",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:chicken",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:chorus_fruit",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:clownfish",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:cooked_beef",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:cooked_chicken",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:cooked_fish",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:cooked_porkchop",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:cooked_rabbit",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:cooked_salmon",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:cookie",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:dried_kelp",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:fish",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:golden_apple",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:golden_carrot",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:melon",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:mushroom_stew",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:muttonCooked",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:muttonRaw",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:poisonous_potato",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:porkchop",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:potato",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:pufferfish",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:pumpkin_pie",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:rabbit",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:rabbit_stew",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:rotten_flesh",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:salmon",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:spider_eye",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:sweet_berries",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:glow_berries",
"priority": 0,
"max_amount": 1
},
{
"item": "minecraft:suspicious_stew",
"priority": 0,
"max_amount": 1
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
husk
Copy
"minecraft:shareables": {
"items": [
{
"item": "minecraft:netherite_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:golden_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:stone_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:wooden_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:netherite_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:turtle_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:skull:0",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:skull:1",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:carved_pumpkin",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:netherite_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:netherite_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:netherite_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
piglin
Copy
"minecraft:shareables": {
"items": [
{
"item": "minecraft:golden_sword",
"priority": 2,
"admire": true,
"pickup_limit": 1,
"stored_in_inventory": true
},
{
"item": "minecraft:golden_axe",
"priority": 2,
"admire": true,
"pickup_limit": 1,
"stored_in_inventory": true
},
{
"item": "minecraft:golden_hoe",
"priority": 2,
"admire": true,
"pickup_limit": 1,
"stored_in_inventory": true
},
{
"item": "minecraft:golden_pickaxe",
"priority": 2,
"admire": true,
"pickup_limit": 1,
"stored_in_inventory": true
},
{
"item": "minecraft:golden_shovel",
"priority": 2,
"admire": true,
"pickup_limit": 1,
"stored_in_inventory": true
},
{
"item": "minecraft:golden_rail",
"priority": 2,
"admire": true,
"pickup_limit": 1,
"stored_in_inventory": true
},
{
"item": "minecraft:golden_helmet",
"priority": 2,
"admire": true,
"pickup_limit": 1,
"stored_in_inventory": true
},
{
"item": "minecraft:golden_chestplate",
"priority": 2,
"admire": true,
"pickup_limit": 1,
"stored_in_inventory": true
},
{
"item": "minecraft:golden_leggings",
"priority": 2,
"admire": true,
"pickup_limit": 1,
"stored_in_inventory": true
},
{
"item": "minecraft:golden_boots",
"priority": 2,
"admire": true,
"pickup_limit": 1,
"stored_in_inventory": true
},
{
"item": "minecraft:golden_apple",
"priority": 2,
"admire": true,
"pickup_limit": 1,
"stored_in_inventory": true
},
{
"item": "minecraft:appleEnchanted",
"priority": 2,
"admire": true,
"pickup_limit": 1,
"stored_in_inventory": true
},
{
"item": "minecraft:golden_carrot",
"priority": 2,
"admire": true,
"pickup_limit": 1,
"stored_in_inventory": true
},
{
"item": "minecraft:gold_block",
"priority": 2,
"admire": true,
"pickup_limit": 1,
"stored_in_inventory": true
},
{
"item": "minecraft:gold_nugget",
"priority": 2,
"stored_in_inventory": true
},
{
"item": "minecraft:raw_gold",
"priority": 2,
"admire": true,
"pickup_limit": 1,
"stored_in_inventory": true
},
{
"item": "minecraft:gold_ore",
"priority": 2,
"admire": true,
"pickup_limit": 1,
"stored_in_inventory": true
},
{
"item": "minecraft:nether_gold_ore",
"priority": 2,
"admire": true,
"pickup_limit": 1,
"stored_in_inventory": true
},
{
"item": "minecraft:deepslate_gold_ore",
"priority": 2,
"admire": true,
"pickup_limit": 1,
"stored_in_inventory": true
},
{
"item": "minecraft:raw_gold_block",
"priority": 2,
"admire": true,
"pickup_limit": 1,
"stored_in_inventory": true
},
{
"item": "minecraft:gilded_blackstone",
"priority": 2,
"admire": true,
"pickup_limit": 1,
"stored_in_inventory": true
},
{
"item": "minecraft:horsearmorgold",
"priority": 2,
"admire": true,
"pickup_limit": 1,
"stored_in_inventory": true
},
{
"item": "minecraft:crossbow",
"priority": 2
},
{
"item": "minecraft:porkchop",
"consume_item": true,
"priority": 3,
"max_amount": 64
},
{
"item": "minecraft:cooked_porkchop",
"consume_item": true,
"priority": 3,
"max_amount": 64
},
{
"item": "minecraft:netherite_helmet",
"priority": 3
},
{
"item": "minecraft:diamond_helmet",
"priority": 4
},
{
"item": "minecraft:iron_helmet",
"priority": 5
},
{
"item": "minecraft:chainmail_helmet",
"priority": 6
},
{
"item": "minecraft:leather_helmet",
"priority": 7
},
{
"item": "minecraft:skull:0",
"want_amount": 1,
"surplus_amount": 1,
"priority": 8
},
{
"item": "minecraft:skull:1",
"want_amount": 1,
"surplus_amount": 1,
"priority": 8
},
{
"item": "minecraft:skull:2",
"want_amount": 1,
"surplus_amount": 1,
"priority": 8
},
{
"item": "minecraft:skull:3",
"want_amount": 1,
"surplus_amount": 1,
"priority": 8
},
{
"item": "minecraft:skull:4",
"want_amount": 1,
"surplus_amount": 1,
"priority": 8
},
{
"item": "minecraft:skull:5",
"want_amount": 1,
"surplus_amount": 1,
"priority": 8
},
{
"item": "minecraft:carved_pumpkin",
"want_amount": 1,
"surplus_amount": 1,
"priority": 8
},
{
"item": "minecraft:turtle_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 8
},
{
"item": "minecraft:netherite_chestplate",
"priority": 3
},
{
"item": "minecraft:diamond_chestplate",
"priority": 4
},
{
"item": "minecraft:iron_chestplate",
"priority": 5
},
{
"item": "minecraft:chainmail_chestplate",
"priority": 6
},
{
"item": "minecraft:leather_chestplate",
"priority": 7
},
{
"item": "minecraft:elytra",
"priority": 7
},
{
"item": "minecraft:netherite_leggings",
"priority": 3
},
{
"item": "minecraft:diamond_leggings",
"priority": 4
},
{
"item": "minecraft:iron_leggings",
"priority": 5
},
{
"item": "minecraft:chainmail_leggings",
"priority": 6
},
{
"item": "minecraft:leather_leggings",
"priority": 7
},
{
"item": "minecraft:netherite_boots",
"priority": 3
},
{
"item": "minecraft:diamond_boots",
"priority": 4
},
{
"item": "minecraft:iron_boots",
"priority": 5
},
{
"item": "minecraft:chainmail_boots",
"priority": 6
},
{
"item": "minecraft:bell",
"priority": 2,
"admire": true,
"pickup_limit": 1,
"stored_in_inventory": true
},
{
"item": "minecraft:clock",
"priority": 2,
"admire": true,
"pickup_limit": 1,
"stored_in_inventory": true
},
{
"item": "minecraft:speckled_melon",
"priority": 2,
"admire": true,
"pickup_limit": 1,
"stored_in_inventory": true
},
{
"item": "minecraft:light_weighted_pressure_plate",
"priority": 2,
"admire": true,
"pickup_limit": 1,
"stored_in_inventory": true
},
{
"item": "minecraft:leather_boots",
"priority": 7
},
{
"item": "minecraft:netherite_sword",
"priority": 3
},
{
"item": "minecraft:diamond_sword",
"priority": 4
},
{
"item": "minecraft:iron_sword",
"priority": 5
},
{
"item": "minecraft:stone_sword",
"priority": 6
},
{
"item": "minecraft:wooden_sword",
"priority": 7
},
{
"item": "minecraft:shield",
"priority": 7
},
{
"item": "minecraft:gold_ingot",
"priority": 1,
"pickup_limit": 1,
"admire": true,
"barter": true
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
pillager
Copy
"minecraft:shareables": {
"items": [
{
"item": "minecraft:banner:15",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
}
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
skeleton
Copy
"minecraft:shareables": {
"items": [
{
"item": "minecraft:netherite_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:stone_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:wooden_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:bow",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:netherite_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:turtle_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:skull:0",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:skull:1",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:carved_pumpkin",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:netherite_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:netherite_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:netherite_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
stray
Copy
"minecraft:shareables": {
"items": [
{
"item": "minecraft:netherite_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:stone_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:wooden_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:bow",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:netherite_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:turtle_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:skull:0",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:skull:1",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:carved_pumpkin",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:netherite_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:netherite_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:netherite_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
villager
Copy
"minecraft:shareables": {
"items": [
{
"item": "minecraft:bread",
"want_amount": 3,
"surplus_amount": 6,
"stored_in_inventory": true
},
{
"item": "minecraft:carrot",
"want_amount": 60,
"surplus_amount": 4,
"stored_in_inventory": true
},
{
"item": "minecraft:potato",
"want_amount": 60,
"surplus_amount": 24,
"stored_in_inventory": true
},
{
"item": "minecraft:beetroot",
"want_amount": 60,
"surplus_amount": 24,
"stored_in_inventory": true
},
{
"item": "minecraft:wheat_seeds",
"want_amount": 64,
"surplus_amount": 64,
"stored_in_inventory": true
},
{
"item": "minecraft:beetroot_seeds",
"want_amount": 64,
"surplus_amount": 64,
"stored_in_inventory": true
},
{
"item": "minecraft:wheat",
"want_amount": 45,
"surplus_amount": 18,
"craft_into": "minecraft:bread",
"stored_in_inventory": true
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Copy
"minecraft:shareables": {
"items": [
{
"item": "minecraft:bread",
"want_amount": 3,
"surplus_amount": 6,
"stored_in_inventory": true
},
{
"item": "minecraft:carrot",
"want_amount": 12,
"surplus_amount": 24,
"stored_in_inventory": true
},
{
"item": "minecraft:potato",
"want_amount": 12,
"surplus_amount": 24,
"stored_in_inventory": true
},
{
"item": "minecraft:beetroot",
"want_amount": 12,
"surplus_amount": 24,
"stored_in_inventory": true
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
villager_v2
Copy
"minecraft:shareables": {
"items": [
{
"item": "minecraft:bread",
"want_amount": 3,
"surplus_amount": 6,
"stored_in_inventory": true
},
{
"item": "minecraft:carrot",
"want_amount": 60,
"surplus_amount": 24,
"stored_in_inventory": true
},
{
"item": "minecraft:potato",
"want_amount": 60,
"surplus_amount": 24,
"stored_in_inventory": true
},
{
"item": "minecraft:beetroot",
"want_amount": 60,
"surplus_amount": 24,
"stored_in_inventory": true
},
{
"item": "minecraft:wheat_seeds",
"want_amount": 64,
"surplus_amount": 64,
"stored_in_inventory": true
},
{
"item": "minecraft:beetroot_seeds",
"want_amount": 64,
"surplus_amount": 64,
"stored_in_inventory": true
},
{
"item": "minecraft:wheat",
"want_amount": 45,
"surplus_amount": 18,
"craft_into": "minecraft:bread",
"stored_in_inventory": true
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Copy
"minecraft:shareables": {
"items": [
{
"item": "minecraft:bread",
"want_amount": 3,
"surplus_amount": 6,
"stored_in_inventory": true
},
{
"item": "minecraft:carrot",
"want_amount": 12,
"surplus_amount": 24,
"stored_in_inventory": true
},
{
"item": "minecraft:potato",
"want_amount": 12,
"surplus_amount": 24,
"stored_in_inventory": true
},
{
"item": "minecraft:beetroot",
"want_amount": 12,
"surplus_amount": 24,
"stored_in_inventory": true
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
wither_skeleton
Copy
"minecraft:shareables": {
"items": [
{
"item": "minecraft:netherite_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:stone_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:wooden_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:wooden_shovel",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:stone_shovel",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:golden_shovel",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:iron_shovel",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:diamond_shovel",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:netherite_shovel",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:wooden_pickaxe",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:stone_pickaxe",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:golden_pickaxe",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:iron_pickaxe",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:diamond_pickaxe",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:netherite_pickaxe",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:wooden_axe",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:stone_axe",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:golden_axe",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:iron_axe",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:diamond_axe",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:netherite_axe",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:wooden_hoe",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:stone_hoe",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:golden_hoe",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:iron_hoe",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:diamond_hoe",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:netherite_hoe",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:netherite_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:turtle_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:skull:0",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:skull:1",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:carved_pumpkin",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:netherite_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:netherite_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:netherite_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
zombie
Copy
"minecraft:shareables": {
"items": [
{
"item": "minecraft:netherite_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:stone_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:wooden_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:netherite_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:turtle_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:skull:0",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:skull:1",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:carved_pumpkin",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:netherite_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:netherite_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:netherite_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
zombie_pigman
Copy
"minecraft:shareables": {
"items": [
{
"item": "minecraft:netherite_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:iron_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:stone_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:golden_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:wooden_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:netherite_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:turtle_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:skull:0",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:skull:1",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:carved_pumpkin",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:netherite_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:netherite_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:netherite_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
zombie_villager
Copy
"minecraft:shareables": {
"items": [
{
"item": "minecraft:netherite_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:stone_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:wooden_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:netherite_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:turtle_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:skull:0",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:skull:1",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:carved_pumpkin",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:netherite_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:netherite_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:netherite_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
zombie_villager_v2
Copy
"minecraft:shareables": {
"items": [
{
"item": "minecraft:netherite_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:stone_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:wooden_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:netherite_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:turtle_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:skull:0",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:skull:1",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:carved_pumpkin",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:netherite_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:netherite_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:netherite_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
minecraft:shooter
blaze
Copy
"minecraft:shooter": {
"def": "minecraft:small_fireball"
}
1
2
3
2
3
drowned
Copy
"minecraft:shooter": {
"def": "minecraft:thrown_trident"
}
1
2
3
2
3
ender_dragon
Copy
"minecraft:shooter": {
"type": "dragonfireball",
"def": "minecraft:dragon_fireball"
}
1
2
3
4
2
3
4
ghast
Copy
"minecraft:shooter": {
"def": "minecraft:fireball"
}
1
2
3
2
3
llama
Copy
"minecraft:shooter": {
"def": "minecraft:llama_spit"
}
1
2
3
2
3
piglin
Copy
"minecraft:shooter": {
"def": "minecraft:arrow"
}
1
2
3
2
3
pillager
Copy
"minecraft:shooter": {
"def": "minecraft:arrow"
}
1
2
3
2
3
shulker
Copy
"minecraft:shooter": {
"def": "minecraft:shulker_bullet"
}
1
2
3
2
3
skeleton
Copy
"minecraft:shooter": {
"def": "minecraft:arrow"
}
1
2
3
2
3
snow_golem
Copy
"minecraft:shooter": {
"def": "minecraft:snowball"
}
1
2
3
2
3
stray
Copy
"minecraft:shooter": {
"def": "minecraft:arrow",
"aux_val": 19
}
1
2
3
4
2
3
4
minecraft:sittable
cat
Copy
"minecraft:sittable": {}
1
ocelot
Copy
"minecraft:sittable": {}
1
parrot
Copy
"minecraft:sittable": {}
1
wolf
Copy
"minecraft:sittable": {}
1
minecraft:skin_id
villager_v2
Copy
"minecraft:skin_id": {
"value": 0
}
1
2
3
2
3
Copy
"minecraft:skin_id": {
"value": 1
}
1
2
3
2
3
Copy
"minecraft:skin_id": {
"value": 2
}
1
2
3
2
3
Copy
"minecraft:skin_id": {
"value": 3
}
1
2
3
2
3
Copy
"minecraft:skin_id": {
"value": 4
}
1
2
3
2
3
Copy
"minecraft:skin_id": {
"value": 5
}
1
2
3
2
3
zombie_villager_v2
Copy
"minecraft:skin_id": {
"value": 0
}
1
2
3
2
3
Copy
"minecraft:skin_id": {
"value": 1
}
1
2
3
2
3
Copy
"minecraft:skin_id": {
"value": 2
}
1
2
3
2
3
Copy
"minecraft:skin_id": {
"value": 3
}
1
2
3
2
3
Copy
"minecraft:skin_id": {
"value": 4
}
1
2
3
2
3
Copy
"minecraft:skin_id": {
"value": 5
}
1
2
3
2
3
minecraft:spawn_entity
chicken
Copy
"minecraft:spawn_entity": {
"entities": {
"min_wait_time": 300,
"max_wait_time": 600,
"spawn_sound": "plop",
"spawn_item": "egg",
"filters": {
"test": "rider_count",
"subject": "self",
"operator": "==",
"value": 0
}
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
wandering_trader
Copy
"minecraft:spawn_entity": {
"entities": [
{
"min_wait_time": 0,
"max_wait_time": 0,
"spawn_entity": "llama",
"spawn_event": "minecraft:from_wandering_trader",
"single_use": true,
"num_to_spawn": 2,
"should_leash": true
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
minecraft:spell_effects
player
Copy
"minecraft:spell_effects": {
"add_effects": [
{
"effect": "bad_omen",
"duration": 6000,
"display_on_screen_animation": true
}
]
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
Copy
"minecraft:spell_effects": {}
1
Copy
"minecraft:spell_effects": {
"remove_effects": "bad_omen"
}
1
2
3
2
3
zombie_villager
Copy
"minecraft:spell_effects": {
"add_effects": [
{
"effect": "strength",
"duration": 100
},
{
"effect": "heal",
"duration": 100
}
],
"remove_effects": "weakness"
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
zombie_villager_v2
Copy
"minecraft:spell_effects": {
"add_effects": [
{
"effect": "strength",
"duration": 100
},
{
"effect": "heal",
"duration": 100
}
],
"remove_effects": "weakness"
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
minecraft:strength
llama
Copy
"minecraft:strength": {
"value": 1,
"max": 5
}
1
2
3
4
2
3
4
Copy
"minecraft:strength": {
"value": 2,
"max": 5
}
1
2
3
4
2
3
4
Copy
"minecraft:strength": {
"value": 3,
"max": 5
}
1
2
3
4
2
3
4
Copy
"minecraft:strength": {
"value": 4,
"max": 5
}
1
2
3
4
2
3
4
Copy
"minecraft:strength": {
"value": 5,
"max": 5
}
1
2
3
4
2
3
4
minecraft:tameable
cat
Copy
"minecraft:tameable": {
"probability": 0.33,
"tame_items": [
"fish",
"salmon"
],
"tame_event": {
"event": "minecraft:on_tame",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
parrot
Copy
"minecraft:tameable": {
"probability": 0.33,
"tame_items": [
"wheat_seeds",
"pumpkin_seeds",
"melon_seeds",
"beetroot_seeds"
],
"tame_event": {
"event": "minecraft:on_tame",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
wolf
Copy
"minecraft:tameable": {
"probability": 0.33,
"tame_items": "bone",
"tame_event": {
"event": "minecraft:on_tame",
"target": "self"
}
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
minecraft:tamemount
donkey
Copy
"minecraft:tamemount": {
"min_temper": 0,
"max_temper": 100,
"feed_text": "action.interact.feed",
"ride_text": "action.interact.mount",
"feed_items": [
{
"item": "wheat",
"temper_mod": 3
},
{
"item": "sugar",
"temper_mod": 3
},
{
"item": "apple",
"temper_mod": 3
},
{
"item": "golden_carrot",
"temper_mod": 5
},
{
"item": "golden_apple",
"temper_mod": 10
},
{
"item": "appleEnchanted",
"temper_mod": 10
}
],
"auto_reject_items": [
{
"item": "horsearmorleather"
},
{
"item": "horsearmoriron"
},
{
"item": "horsearmorgold"
},
{
"item": "horsearmordiamond"
},
{
"item": "saddle"
}
],
"tame_event": {
"event": "minecraft:on_tame",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
horse
Copy
"minecraft:tamemount": {
"min_temper": 0,
"max_temper": 100,
"feed_text": "action.interact.feed",
"ride_text": "action.interact.mount",
"feed_items": [
{
"item": "wheat",
"temper_mod": 3
},
{
"item": "sugar",
"temper_mod": 3
},
{
"item": "apple",
"temper_mod": 3
},
{
"item": "golden_carrot",
"temper_mod": 5
},
{
"item": "golden_apple",
"temper_mod": 10
},
{
"item": "appleEnchanted",
"temper_mod": 10
}
],
"auto_reject_items": [
{
"item": "horsearmorleather"
},
{
"item": "horsearmoriron"
},
{
"item": "horsearmorgold"
},
{
"item": "horsearmordiamond"
},
{
"item": "saddle"
}
],
"tame_event": {
"event": "minecraft:on_tame",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
llama
Copy
"minecraft:tamemount": {
"min_temper": 0,
"max_temper": 30,
"feed_text": "action.interact.feed",
"ride_text": "action.interact.mount",
"feed_items": [
{
"item": "wheat",
"temper_mod": 3
},
{
"item": "hay_block",
"temper_mod": 6
}
],
"auto_reject_items": [
{
"item": "horsearmorleather"
},
{
"item": "horsearmoriron"
},
{
"item": "horsearmorgold"
},
{
"item": "horsearmordiamond"
},
{
"item": "saddle"
}
],
"tame_event": {
"event": "minecraft:on_tame",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
mule
Copy
"minecraft:tamemount": {
"min_temper": 0,
"max_temper": 100,
"feed_text": "action.interact.feed",
"ride_text": "action.interact.mount",
"feed_items": [
{
"item": "wheat",
"temper_mod": 3
},
{
"item": "sugar",
"temper_mod": 3
},
{
"item": "apple",
"temper_mod": 3
},
{
"item": "golden_carrot",
"temper_mod": 5
},
{
"item": "golden_apple",
"temper_mod": 10
},
{
"item": "appleEnchanted",
"temper_mod": 10
}
],
"auto_reject_items": [
{
"item": "horsearmorleather"
},
{
"item": "horsearmoriron"
},
{
"item": "horsearmorgold"
},
{
"item": "horsearmordiamond"
},
{
"item": "saddle"
}
],
"tame_event": {
"event": "minecraft:on_tame",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
minecraft:target_nearby_sensor
blaze
Copy
"minecraft:target_nearby_sensor": {
"inside_range": 2.0,
"outside_range": 3.0,
"must_see": true,
"on_inside_range": {
"event": "switch_to_melee",
"target": "self"
},
"on_outside_range": {
"event": "switch_to_ranged",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
creeper
Copy
"minecraft:target_nearby_sensor": {
"inside_range": 2.5,
"outside_range": 6.0,
"must_see": true,
"on_inside_range": {
"event": "minecraft:start_exploding",
"target": "self"
},
"on_outside_range": {
"event": "minecraft:stop_exploding",
"target": "self"
},
"on_vision_lost_inside_range": {
"event": "minecraft:stop_exploding",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Copy
"minecraft:target_nearby_sensor": {}
1
drowned
Copy
"minecraft:target_nearby_sensor": {
"inside_range": 3.0,
"outside_range": 5.0,
"on_inside_range": {
"event": "minecraft:switch_to_melee",
"target": "self"
},
"on_outside_range": {
"event": "minecraft:switch_to_ranged",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
guardian
Copy
"minecraft:target_nearby_sensor": {
"inside_range": 3.0,
"outside_range": 4.0,
"on_inside_range": {
"event": "minecraft:target_too_close",
"target": "self"
}
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
minecraft:teleport
enderman
Copy
"minecraft:teleport": {
"random_teleports": true,
"max_random_teleport_time": 30,
"random_teleport_cube": [
32,
32,
32
],
"target_distance": 16,
"target_teleport_chance": 0.05,
"light_teleport_chance": 0.05
}
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
minecraft:timer
bee
Copy
"minecraft:timer": {
"looping": false,
"time": [
20,
50
],
"randomInterval": true,
"time_down_event": {
"event": "stop_panicking_after_fire",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
Copy
"minecraft:timer": {
"looping": false,
"time": [
10,
60
],
"randomInterval": true,
"time_down_event": {
"event": "perish_event",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
Copy
"minecraft:timer": {
"looping": true,
"time": 5,
"time_down_event": {
"event": "calmed_down",
"target": "self"
}
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:timer": {
"looping": true,
"time": 180,
"time_down_event": {
"event": "find_flower_timeout"
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
Copy
"minecraft:timer": {
"looping": false,
"time": 180,
"time_down_event": {
"event": "find_hive_timeout",
"target": "self"
}
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:timer": {
"looping": false,
"time": [
5,
20
],
"randomInterval": true,
"time_down_event": {
"event": "find_hive_event",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
boat
Copy
"minecraft:timer": {
"looping": false,
"time": 3,
"time_down_event": {
"event": "minecraft:sink",
"target": "self"
}
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
guardian
Copy
"minecraft:timer": {
"time": [
1,
3
],
"looping": false,
"time_down_event": {
"event": "minecraft:target_far_enough",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
hoglin
Copy
"minecraft:timer": {
"looping": false,
"time": 15,
"time_down_event": {
"event": "become_zombie_event"
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
husk
Copy
"minecraft:timer": {
"looping": false,
"time": 30,
"time_down_event": {
"event": "minecraft:convert_to_zombie"
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
piglin
Copy
"minecraft:timer": {
"looping": false,
"time": 15,
"time_down_event": {
"event": "become_zombie_event"
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
piglin_brute
Copy
"minecraft:timer": {
"looping": false,
"time": 15,
"time_down_event": {
"event": "become_zombie_event"
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
player
Copy
"minecraft:timer": {
"time": [
0.0,
0.0
],
"looping": false,
"time_down_event": {
"event": "minecraft:clear_add_bad_omen",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
pufferfish
Copy
"minecraft:timer": {
"looping": false,
"time": 2,
"randomInterval": false,
"time_down_event": {
"event": "minecraft:on_half_puff"
}
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:timer": {
"looping": false,
"time": 2,
"randomInterval": false,
"time_down_event": {
"event": "minecraft:on_normal_puff"
}
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:timer": {
"looping": false,
"time": 0.01,
"randomInterval": false,
"time_down_event": {
"event": "minecraft:on_full_puff"
}
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:timer": {
"looping": false,
"time": 3,
"randomInterval": false,
"time_down_event": {
"event": "minecraft:on_deflate"
}
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
ravager
Copy
"minecraft:timer": {
"looping": false,
"time": 2,
"time_down_event": {
"event": "minecraft:start_roar"
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
skeleton
Copy
"minecraft:timer": {
"looping": false,
"time": 20,
"time_down_event": {
"event": "become_stray_event"
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
wandering_trader
Copy
"minecraft:timer": {
"looping": false,
"random_time_choices": [
{
"weight": 50,
"value": 2400
},
{
"weight": 50,
"value": 3600
}
],
"time_down_event": {
"event": "minecraft:start_despawn",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
zombie
Copy
"minecraft:timer": {
"looping": false,
"time": 30,
"time_down_event": {
"event": "minecraft:convert_to_drowned"
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
minecraft:trade_resupply
villager_v2
Copy
"minecraft:trade_resupply": {}
1
minecraft:trade_table
villager
Copy
"minecraft:trade_table": {
"display_name": "entity.villager.farmer",
"table": "trading/farmer_trades.json",
"convert_trades_economy": true
}
1
2
3
4
5
2
3
4
5
Copy
"minecraft:trade_table": {
"display_name": "entity.villager.fisherman",
"table": "trading/fisherman_trades.json",
"convert_trades_economy": true
}
1
2
3
4
5
2
3
4
5
Copy
"minecraft:trade_table": {
"display_name": "entity.villager.shepherd",
"table": "trading/shepherd_trades.json",
"convert_trades_economy": true
}
1
2
3
4
5
2
3
4
5
Copy
"minecraft:trade_table": {
"display_name": "entity.villager.fletcher",
"table": "trading/fletcher_trades.json",
"convert_trades_economy": true
}
1
2
3
4
5
2
3
4
5
Copy
"minecraft:trade_table": {
"display_name": "entity.villager.librarian",
"table": "trading/librarian_trades.json",
"convert_trades_economy": true
}
1
2
3
4
5
2
3
4
5
Copy
"minecraft:trade_table": {
"display_name": "entity.villager.cartographer",
"table": "trading/cartographer_trades.json",
"convert_trades_economy": true
}
1
2
3
4
5
2
3
4
5
Copy
"minecraft:trade_table": {
"display_name": "entity.villager.cleric",
"table": "trading/cleric_trades.json",
"convert_trades_economy": true
}
1
2
3
4
5
2
3
4
5
Copy
"minecraft:trade_table": {
"display_name": "entity.villager.armor",
"table": "trading/armorer_trades.json",
"convert_trades_economy": true
}
1
2
3
4
5
2
3
4
5
Copy
"minecraft:trade_table": {
"display_name": "entity.villager.weapon",
"table": "trading/weapon_smith_trades.json",
"convert_trades_economy": true
}
1
2
3
4
5
2
3
4
5
Copy
"minecraft:trade_table": {
"display_name": "entity.villager.tool",
"table": "trading/tool_smith_trades.json",
"convert_trades_economy": true
}
1
2
3
4
5
2
3
4
5
Copy
"minecraft:trade_table": {
"display_name": "entity.villager.butcher",
"table": "trading/butcher_trades.json",
"convert_trades_economy": true
}
1
2
3
4
5
2
3
4
5
Copy
"minecraft:trade_table": {
"display_name": "entity.villager.leather",
"table": "trading/leather_worker_trades.json",
"convert_trades_economy": true
}
1
2
3
4
5
2
3
4
5
minecraft:trail
snow_golem
Copy
"minecraft:trail": {
"block_type": "minecraft:snow_layer",
"spawn_filter": {
"test": "is_temperature_value",
"operator": "<",
"value": 0.81
}
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
minecraft:transformation
hoglin
Copy
"minecraft:transformation": {
"into": "minecraft:zoglin",
"transformation_sound": "converted_to_zombified",
"keep_level": true
}
1
2
3
4
5
2
3
4
5
husk
Copy
"minecraft:transformation": {
"into": "minecraft:zombie<minecraft:as_adult>",
"transformation_sound": "convert_to_drowned",
"drop_equipment": true,
"delay": {
"value": 15
}
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:transformation": {
"into": "minecraft:zombie<minecraft:as_baby>",
"transformation_sound": "convert_to_drowned",
"drop_equipment": true,
"delay": {
"value": 15
}
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
mooshroom
Copy
"minecraft:transformation": {
"into": "minecraft:cow"
}
1
2
3
2
3
pig
Copy
"minecraft:transformation": {
"into": "minecraft:pig_zombie",
"delay": 0.5
}
1
2
3
4
2
3
4
piglin
Copy
"minecraft:transformation": {
"into": "minecraft:zombie_pigman",
"transformation_sound": "converted_to_zombified",
"keep_level": true,
"drop_inventory": true,
"preserve_equipment": true
}
1
2
3
4
5
6
7
2
3
4
5
6
7
piglin_brute
Copy
"minecraft:transformation": {
"into": "minecraft:zombie_pigman",
"transformation_sound": "converted_to_zombified",
"keep_level": true,
"preserve_equipment": true
}
1
2
3
4
5
6
2
3
4
5
6
skeleton
Copy
"minecraft:transformation": {
"into": "minecraft:stray",
"transformation_sound": "convert_to_stray",
"keep_level": true,
"drop_inventory": true,
"preserve_equipment": true
}
1
2
3
4
5
6
7
2
3
4
5
6
7
stray
Copy
"minecraft:transformation": {
"into": "minecraft:skeleton",
"delay": 0.5
}
1
2
3
4
2
3
4
villager
Copy
"minecraft:transformation": {
"into": "minecraft:witch",
"delay": 0.5
}
1
2
3
4
2
3
4
Copy
"minecraft:transformation": {
"into": "minecraft:villager_v2",
"keep_level": true
}
1
2
3
4
2
3
4
Copy
"minecraft:transformation": {
"into": "minecraft:zombie_villager"
}
1
2
3
2
3
villager_v2
Copy
"minecraft:transformation": {
"into": "minecraft:witch",
"delay": 0.5
}
1
2
3
4
2
3
4
Copy
"minecraft:transformation": {
"into": "minecraft:zombie_villager_v2",
"keep_level": true
}
1
2
3
4
2
3
4
zombie
Copy
"minecraft:transformation": {
"into": "minecraft:drowned<minecraft:as_adult>",
"transformation_sound": "convert_to_drowned",
"drop_equipment": true,
"delay": {
"value": 15
}
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:transformation": {
"into": "minecraft:drowned<minecraft:as_baby>",
"transformation_sound": "convert_to_drowned",
"drop_equipment": true,
"delay": {
"value": 15
}
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
zombie_villager
Copy
"minecraft:transformation": {
"into": "minecraft:zombie_villager_v2",
"keep_level": false
}
1
2
3
4
2
3
4
Copy
"minecraft:transformation": {
"into": "minecraft:villager",
"begin_transform_sound": "remedy",
"transformation_sound": "unfect",
"delay": {
"value": 100,
"block_assist_chance": 0.01,
"block_radius": 4,
"block_chance": 0.3,
"block_types": [
"minecraft:bed",
"minecraft:iron_bars"
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
zombie_villager_v2
Copy
"minecraft:transformation": {
"into": "minecraft:villager_v2",
"begin_transform_sound": "remedy",
"transformation_sound": "unfect",
"keep_level": true,
"delay": {
"value": 100,
"block_assist_chance": 0.01,
"block_radius": 4,
"block_chance": 0.3,
"block_types": [
"minecraft:bed",
"minecraft:iron_bars"
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
minecraft:trust
fox
Copy
"minecraft:trust": {}
1
minecraft:trusting
ocelot
Copy
"minecraft:trusting": {
"probability": 0.33,
"trust_items": [
"fish",
"salmon"
],
"trust_event": {
"event": "minecraft:on_trust",
"target": "self"
}
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
minecraft:type_family
armor_stand
Copy
"minecraft:type_family": {
"family": [
"armor_stand",
"inanimate",
"mob"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
axolotl
Copy
"minecraft:type_family": {
"family": [
"axolotl",
"mob"
]
}
1
2
3
4
5
6
2
3
4
5
6
bat
Copy
"minecraft:type_family": {
"family": [
"bat",
"mob"
]
}
1
2
3
4
5
6
2
3
4
5
6
bee
Copy
"minecraft:type_family": {
"family": [
"bee",
"mob",
"arthropod"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
Copy
"minecraft:type_family": {
"family": [
"bee",
"mob",
"arthropod",
"pacified"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
blaze
Copy
"minecraft:type_family": {
"family": [
"blaze",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
boat
Copy
"minecraft:type_family": {
"family": [
"boat",
"inanimate"
]
}
1
2
3
4
5
6
2
3
4
5
6
cat
Copy
"minecraft:type_family": {
"family": [
"cat",
"mob"
]
}
1
2
3
4
5
6
2
3
4
5
6
cave_spider
Copy
"minecraft:type_family": {
"family": [
"cavespider",
"monster",
"arthropod",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
chest_minecart
Copy
"minecraft:type_family": {
"family": [
"minecart",
"inanimate"
]
}
1
2
3
4
5
6
2
3
4
5
6
chicken
Copy
"minecraft:type_family": {
"family": [
"chicken",
"mob"
]
}
1
2
3
4
5
6
2
3
4
5
6
command_block_minecart
Copy
"minecraft:type_family": {
"family": [
"minecart",
"inanimate"
]
}
1
2
3
4
5
6
2
3
4
5
6
cow
Copy
"minecraft:type_family": {
"family": [
"cow",
"mob"
]
}
1
2
3
4
5
6
2
3
4
5
6
creeper
Copy
"minecraft:type_family": {
"family": [
"creeper",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
dolphin
Copy
"minecraft:type_family": {
"family": [
"dolphin",
"mob"
]
}
1
2
3
4
5
6
2
3
4
5
6
donkey
Copy
"minecraft:type_family": {
"family": [
"donkey",
"mob"
]
}
1
2
3
4
5
6
2
3
4
5
6
drowned
Copy
"minecraft:type_family": {
"family": [
"drowned",
"zombie",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
elder_guardian
Copy
"minecraft:type_family": {
"family": [
"guardian_elder",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
enderman
Copy
"minecraft:type_family": {
"family": [
"enderman",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
endermite
Copy
"minecraft:type_family": {
"family": [
"endermite",
"arthropod",
"monster",
"lightweight",
"mob"
]
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
ender_dragon
Copy
"minecraft:type_family": {
"family": [
"dragon",
"mob"
]
}
1
2
3
4
5
6
2
3
4
5
6
evocation_illager
Copy
"minecraft:type_family": {
"family": [
"evocation_illager",
"monster",
"illager",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
fish
Copy
"minecraft:type_family": {
"family": [
"cod",
"fish"
]
}
1
2
3
4
5
6
2
3
4
5
6
fox
Copy
"minecraft:type_family": {
"family": [
"fox",
"lightweight",
"mob"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
ghast
Copy
"minecraft:type_family": {
"family": [
"ghast",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
glow_squid
Copy
"minecraft:type_family": {
"family": [
"squid",
"mob"
]
}
1
2
3
4
5
6
2
3
4
5
6
goat
Copy
"minecraft:type_family": {
"family": [
"goat",
"animal"
]
}
1
2
3
4
5
6
2
3
4
5
6
guardian
Copy
"minecraft:type_family": {
"family": [
"guardian",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
hoglin
Copy
"minecraft:type_family": {
"family": [
"hoglin",
"hoglin_baby",
"mob"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
Copy
"minecraft:type_family": {
"family": [
"hoglin",
"hoglin_adult",
"mob"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
Copy
"minecraft:type_family": {
"family": [
"hoglin",
"hoglin_adult",
"hoglin_huntable",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
hopper_minecart
Copy
"minecraft:type_family": {
"family": [
"minecart",
"inanimate"
]
}
1
2
3
4
5
6
2
3
4
5
6
horse
Copy
"minecraft:type_family": {
"family": [
"horse",
"mob"
]
}
1
2
3
4
5
6
2
3
4
5
6
husk
Copy
"minecraft:type_family": {
"family": [
"husk",
"zombie",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
iron_golem
Copy
"minecraft:type_family": {
"family": [
"irongolem",
"mob"
]
}
1
2
3
4
5
6
2
3
4
5
6
lightning_bolt
Copy
"minecraft:type_family": {
"family": [
"lightning"
]
}
1
2
3
4
5
2
3
4
5
llama
Copy
"minecraft:type_family": {
"family": [
"llama",
"mob"
]
}
1
2
3
4
5
6
2
3
4
5
6
magma_cube
Copy
"minecraft:type_family": {
"family": [
"magmacube",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
minecart
Copy
"minecraft:type_family": {
"family": [
"minecart",
"inanimate"
]
}
1
2
3
4
5
6
2
3
4
5
6
mooshroom
Copy
"minecraft:type_family": {
"family": [
"mushroomcow",
"mob"
]
}
1
2
3
4
5
6
2
3
4
5
6
mule
Copy
"minecraft:type_family": {
"family": [
"mule",
"mob"
]
}
1
2
3
4
5
6
2
3
4
5
6
npc
Copy
"minecraft:type_family": {
"family": [
"npc",
"mob"
]
}
1
2
3
4
5
6
2
3
4
5
6
ocelot
Copy
"minecraft:type_family": {
"family": [
"ocelot",
"mob"
]
}
1
2
3
4
5
6
2
3
4
5
6
panda
Copy
"minecraft:type_family": {
"family": [
"panda"
]
}
1
2
3
4
5
2
3
4
5
Copy
"minecraft:type_family": {
"family": [
"panda",
"panda_aggressive",
"mob"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
parrot
Copy
"minecraft:type_family": {
"family": [
"parrot_wild",
"mob"
]
}
1
2
3
4
5
6
2
3
4
5
6
Copy
"minecraft:type_family": {
"family": [
"parrot_tame",
"mob"
]
}
1
2
3
4
5
6
2
3
4
5
6
phantom
Copy
"minecraft:type_family": {
"family": [
"phantom",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
pig
Copy
"minecraft:type_family": {
"family": [
"pig",
"mob"
]
}
1
2
3
4
5
6
2
3
4
5
6
piglin
Copy
"minecraft:type_family": {
"family": [
"piglin",
"piglin_hunter",
"monster"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
Copy
"minecraft:type_family": {
"family": [
"piglin",
"monster"
]
}
1
2
3
4
5
6
2
3
4
5
6
piglin_brute
Copy
"minecraft:type_family": {
"family": [
"piglin",
"adult_piglin",
"piglin_brute",
"monster"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
pillager
Copy
"minecraft:type_family": {
"family": [
"pillager",
"monster",
"illager",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
player
Copy
"minecraft:type_family": {
"family": [
"player"
]
}
1
2
3
4
5
2
3
4
5
polar_bear
Copy
"minecraft:type_family": {
"family": [
"polarbear",
"mob"
]
}
1
2
3
4
5
6
2
3
4
5
6
pufferfish
Copy
"minecraft:type_family": {
"family": [
"pufferfish",
"fish"
]
}
1
2
3
4
5
6
2
3
4
5
6
rabbit
Copy
"minecraft:type_family": {
"family": [
"rabbit",
"lightweight",
"mob"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
ravager
Copy
"minecraft:type_family": {
"family": [
"monster",
"illager",
"ravager",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
salmon
Copy
"minecraft:type_family": {
"family": [
"salmon",
"fish"
]
}
1
2
3
4
5
6
2
3
4
5
6
sheep
Copy
"minecraft:type_family": {
"family": [
"sheep",
"mob"
]
}
1
2
3
4
5
6
2
3
4
5
6
shulker
Copy
"minecraft:type_family": {
"family": [
"shulker",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
silverfish
Copy
"minecraft:type_family": {
"family": [
"silverfish",
"monster",
"lightweight",
"mob",
"arthropod"
]
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
skeleton
Copy
"minecraft:type_family": {
"family": [
"skeleton",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
skeleton_horse
Copy
"minecraft:type_family": {
"family": [
"skeletonhorse",
"undead",
"mob"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
slime
Copy
"minecraft:type_family": {
"family": [
"slime",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
snow_golem
Copy
"minecraft:type_family": {
"family": [
"snowgolem",
"mob"
]
}
1
2
3
4
5
6
2
3
4
5
6
spider
Copy
"minecraft:type_family": {
"family": [
"spider",
"monster",
"mob",
"arthropod"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
squid
Copy
"minecraft:type_family": {
"family": [
"squid",
"mob"
]
}
1
2
3
4
5
6
2
3
4
5
6
stray
Copy
"minecraft:type_family": {
"family": [
"stray",
"skeleton",
"monster",
"mob",
"undead"
]
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
strider
Copy
"minecraft:type_family": {
"family": [
"strider",
"mob"
]
}
1
2
3
4
5
6
2
3
4
5
6
Copy
"minecraft:type_family": {
"family": [
"strider",
"strider_baby",
"mob"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
Copy
"minecraft:type_family": {
"family": [
"strider",
"strider_adult",
"mob"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
tnt
Copy
"minecraft:type_family": {
"family": [
"tnt",
"inanimate"
]
}
1
2
3
4
5
6
2
3
4
5
6
tnt_minecart
Copy
"minecraft:type_family": {
"family": [
"minecart",
"inanimate"
]
}
1
2
3
4
5
6
2
3
4
5
6
tripod_camera
Copy
"minecraft:type_family": {
"family": [
"tripodcamera",
"inanimate",
"mob"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
tropicalfish
Copy
"minecraft:type_family": {
"family": [
"tropicalfish",
"fish"
]
}
1
2
3
4
5
6
2
3
4
5
6
turtle
Copy
"minecraft:type_family": {
"family": [
"turtle",
"baby_turtle",
"mob"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
Copy
"minecraft:type_family": {
"family": [
"turtle",
"mob"
]
}
1
2
3
4
5
6
2
3
4
5
6
vex
Copy
"minecraft:type_family": {
"family": [
"vex",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
villager
Copy
"minecraft:type_family": {
"family": [
"villager",
"mob"
]
}
1
2
3
4
5
6
2
3
4
5
6
Copy
"minecraft:type_family": {
"family": [
"villager",
"peasant",
"farmer",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:type_family": {
"family": [
"villager",
"peasant",
"fisherman",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:type_family": {
"family": [
"villager",
"peasant",
"shepherd",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:type_family": {
"family": [
"villager",
"peasant",
"fletcher",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:type_family": {
"family": [
"villager",
"librarian",
"mob"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
Copy
"minecraft:type_family": {
"family": [
"villager",
"cartographer",
"mob"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
Copy
"minecraft:type_family": {
"family": [
"villager",
"priest",
"cleric",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:type_family": {
"family": [
"villager",
"blacksmith",
"armorer",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:type_family": {
"family": [
"villager",
"blacksmith",
"weaponsmith",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:type_family": {
"family": [
"villager",
"blacksmith",
"toolsmith",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:type_family": {
"family": [
"villager",
"artisan",
"butcher",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:type_family": {
"family": [
"villager",
"artisan",
"leatherworker",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
villager_v2
Copy
"minecraft:type_family": {
"family": [
"villager",
"mob"
]
}
1
2
3
4
5
6
2
3
4
5
6
Copy
"minecraft:type_family": {
"family": [
"villager",
"peasant",
"mob"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
Copy
"minecraft:type_family": {
"family": [
"villager",
"peasant",
"farmer",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:type_family": {
"family": [
"villager",
"peasant",
"fisherman",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:type_family": {
"family": [
"villager",
"peasant",
"shepherd",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:type_family": {
"family": [
"villager",
"peasant",
"fletcher",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:type_family": {
"family": [
"villager",
"librarian",
"mob"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
Copy
"minecraft:type_family": {
"family": [
"villager",
"cartographer",
"mob"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
Copy
"minecraft:type_family": {
"family": [
"villager",
"priest",
"cleric",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:type_family": {
"family": [
"villager",
"blacksmith",
"armorer",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:type_family": {
"family": [
"villager",
"blacksmith",
"weaponsmith",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:type_family": {
"family": [
"villager",
"blacksmith",
"toolsmith",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:type_family": {
"family": [
"villager",
"artisan",
"butcher",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:type_family": {
"family": [
"villager",
"artisan",
"leatherworker",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:type_family": {
"family": [
"villager",
"artisan",
"stone_mason",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:type_family": {
"family": [
"villager",
"peasant",
"nitwit",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
vindicator
Copy
"minecraft:type_family": {
"family": [
"vindicator",
"monster",
"illager",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
wandering_trader
Copy
"minecraft:type_family": {
"family": [
"wandering_trader",
"mob"
]
}
1
2
3
4
5
6
2
3
4
5
6
Copy
"minecraft:type_family": {
"family": [
"wandering_trader",
"wandering_trader_despawning",
"mob"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
witch
Copy
"minecraft:type_family": {
"family": [
"witch",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
wither
Copy
"minecraft:type_family": {
"family": [
"wither",
"skeleton",
"monster",
"undead",
"mob"
]
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
wither_skeleton
Copy
"minecraft:type_family": {
"family": [
"wither",
"monster",
"undead",
"skeleton",
"mob"
]
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
wolf
Copy
"minecraft:type_family": {
"family": [
"wolf",
"mob"
]
}
1
2
3
4
5
6
2
3
4
5
6
zoglin
Copy
"minecraft:type_family": {
"family": [
"zoglin",
"zoglin_baby",
"undead",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Copy
"minecraft:type_family": {
"family": [
"zoglin",
"zoglin_adult",
"undead",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
zombie
Copy
"minecraft:type_family": {
"family": [
"zombie",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
zombie_horse
Copy
"minecraft:type_family": {
"family": [
"zombiehorse",
"undead",
"mob"
]
}
1
2
3
4
5
6
7
2
3
4
5
6
7
zombie_pigman
Copy
"minecraft:type_family": {
"family": [
"zombie_pigman",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
zombie_villager
Copy
"minecraft:type_family": {
"family": [
"farmer",
"zombie",
"zombie_villager",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:type_family": {
"family": [
"fisherman",
"zombie_villager",
"zombie",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:type_family": {
"family": [
"shepherd",
"zombie_villager",
"zombie",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:type_family": {
"family": [
"fletcher",
"zombie_villager",
"zombie",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:type_family": {
"family": [
"librarian",
"zombie_villager",
"zombie",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:type_family": {
"family": [
"cartographer",
"zombie_villager",
"zombie",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:type_family": {
"family": [
"cleric",
"zombie_villager",
"zombie",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:type_family": {
"family": [
"armorer",
"zombie_villager",
"zombie",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:type_family": {
"family": [
"weaponsmith",
"zombie_villager",
"zombie",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:type_family": {
"family": [
"toolsmith",
"zombie_villager",
"zombie",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:type_family": {
"family": [
"butcher",
"zombie_villager",
"zombie",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:type_family": {
"family": [
"leatherworker",
"zombie_villager",
"zombie",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
zombie_villager_v2
Copy
"minecraft:type_family": {
"family": [
"unskilled",
"zombie",
"zombie_villager",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:type_family": {
"family": [
"nitwit",
"zombie",
"zombie_villager",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:type_family": {
"family": [
"farmer",
"zombie",
"zombie_villager",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:type_family": {
"family": [
"fisherman",
"zombie_villager",
"zombie",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:type_family": {
"family": [
"shepherd",
"zombie_villager",
"zombie",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:type_family": {
"family": [
"fletcher",
"zombie_villager",
"zombie",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:type_family": {
"family": [
"librarian",
"zombie_villager",
"zombie",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:type_family": {
"family": [
"cartographer",
"zombie_villager",
"zombie",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:type_family": {
"family": [
"cleric",
"zombie_villager",
"zombie",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:type_family": {
"family": [
"armorer",
"zombie_villager",
"zombie",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:type_family": {
"family": [
"weaponsmith",
"zombie_villager",
"zombie",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:type_family": {
"family": [
"toolsmith",
"zombie_villager",
"zombie",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:type_family": {
"family": [
"butcher",
"zombie_villager",
"zombie",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:type_family": {
"family": [
"leatherworker",
"zombie_villager",
"zombie",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Copy
"minecraft:type_family": {
"family": [
"stone_mason",
"zombie_villager",
"zombie",
"undead",
"monster",
"mob"
]
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
minecraft:underwater_movement
axolotl
Copy
"minecraft:underwater_movement": {
"value": 0.2
}
1
2
3
2
3
dolphin
Copy
"minecraft:underwater_movement": {
"value": 0.15
}
1
2
3
2
3
drowned
Copy
"minecraft:underwater_movement": {
"value": 0.06
}
1
2
3
2
3
Copy
"minecraft:underwater_movement": {
"value": 0.08
}
1
2
3
2
3
elder_guardian
Copy
"minecraft:underwater_movement": {
"value": 0.3
}
1
2
3
2
3
fish
Copy
"minecraft:underwater_movement": {
"value": 0.1
}
1
2
3
2
3
guardian
Copy
"minecraft:underwater_movement": {
"value": 0.12
}
1
2
3
2
3
pufferfish
Copy
"minecraft:underwater_movement": {
"value": 0.13
}
1
2
3
2
3
salmon
Copy
"minecraft:underwater_movement": {
"value": 0.12
}
1
2
3
2
3
skeleton_horse
Copy
"minecraft:underwater_movement": {
"value": 0.08
}
1
2
3
2
3
tropicalfish
Copy
"minecraft:underwater_movement": {
"value": 0.12
}
1
2
3
2
3
turtle
Copy
"minecraft:underwater_movement": {
"value": 0.06
}
1
2
3
2
3
Copy
"minecraft:underwater_movement": {
"value": 0.12
}
1
2
3
2
3
minecraft:variant
axolotl
Copy
"minecraft:variant": {
"value": 0
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 1
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 2
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 3
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 4
}
1
2
3
2
3
cat
Copy
"minecraft:variant": {
"value": 0
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 1
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 2
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 3
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 4
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 5
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 6
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 7
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 8
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 9
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 10
}
1
2
3
2
3
fox
Copy
"minecraft:variant": {
"value": 0
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 1
}
1
2
3
2
3
goat
Copy
"minecraft:variant": {
"value": 0
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 1
}
1
2
3
2
3
horse
Copy
"minecraft:variant": {
"value": 0
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 1
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 2
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 3
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 4
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 5
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 6
}
1
2
3
2
3
husk
Copy
"minecraft:variant": {
"value": 2
}
1
2
3
2
3
llama
Copy
"minecraft:variant": {
"value": 0
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 1
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 2
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 3
}
1
2
3
2
3
mooshroom
Copy
"minecraft:variant": {
"value": 0
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 1
}
1
2
3
2
3
panda
Copy
"minecraft:variant": {
"value": 0
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 1
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 2
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 3
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 4
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 5
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 6
}
1
2
3
2
3
parrot
Copy
"minecraft:variant": {
"value": 0
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 1
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 2
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 3
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 4
}
1
2
3
2
3
piglin
Copy
"minecraft:variant": {
"value": 0
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 1
}
1
2
3
2
3
piglin_brute
Copy
"minecraft:variant": {
"value": 1
}
1
2
3
2
3
pillager
Copy
"minecraft:variant": {
"value": 0
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 1
}
1
2
3
2
3
pufferfish
Copy
"minecraft:variant": {
"value": 0
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 1
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 2
}
1
2
3
2
3
rabbit
Copy
"minecraft:variant": {
"value": 0
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 1
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 2
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 3
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 4
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 5
}
1
2
3
2
3
shulker
Copy
"minecraft:variant": {
"value": 5
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 0
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 4
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 3
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 6
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 8
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 2
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 12
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 10
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 13
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 14
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 9
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 1
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 7
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 16
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 15
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 11
}
1
2
3
2
3
tropicalfish
Copy
"minecraft:variant": {
"value": 0
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 1
}
1
2
3
2
3
villager
Copy
"minecraft:variant": {
"value": 0
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 1
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 2
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 3
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 4
}
1
2
3
2
3
villager_v2
Copy
"minecraft:variant": {
"value": 0
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 1
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 2
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 3
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 4
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 5
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 6
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 7
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 8
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 9
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 10
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 11
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 12
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 13
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 14
}
1
2
3
2
3
vindicator
Copy
"minecraft:variant": {
"value": 0
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 1
}
1
2
3
2
3
zombie_villager
Copy
"minecraft:variant": {
"value": 0
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 1
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 2
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 3
}
1
2
3
2
3
Copy
"minecraft:variant": {
"value": 4
}
1
2
3
2
3
zombie_villager_v2
Copy
"minecraft:variant": {
"value": 0
}
1
2
3
2
3
minecraft:water_movement
panda
Copy
"minecraft:water_movement": {
"drag_factor": 0.98
}
1
2
3
2
3
polar_bear
Copy
"minecraft:water_movement": {
"drag_factor": 0.98
}
1
2
3
2
3
turtle
Copy
"minecraft:water_movement": {
"drag_factor": 0.9
}
1
2
3
2
3
Contributors
We use cookies to improve your experience. By continuing to use this site, you agree to our use of cookies. See our Privacy Policy for more information.